| 1 | <?php |
||
| 7 | class InvalidArgumentException extends InvalidAssertionException implements OpenConextValueException |
||
| 8 | { |
||
| 9 | // according to CS used, propertypath and value should be switched, but that breaks the integration with the library |
||
| 10 | // @codingStandardsIgnoreStart |
||
| 11 | public function __construct($message, $code, $propertyPath = null, $value, array $constraints = array()) |
||
| 20 | } |
||
| 21 |