1 | <?php |
||
5 | class CriteriaConfigurationException extends \InvalidArgumentException implements CrudsExceptionInterface |
||
6 | { |
||
7 | public static function unknown(array $names) |
||
11 | |||
12 | 1 | public static function invalidType($expected, $actual) |
|
16 | |||
17 | public static function invalidData($field) |
||
21 | |||
22 | public static function invalidPropertyType($property, $expected, $actual) |
||
28 | |||
29 | public static function invalidProperty($property, \Exception $exception) |
||
33 | } |
||
34 |