1 | <?php |
||
9 | class EntityProcessingException extends \RuntimeException implements CrudsExceptionInterface |
||
10 | { |
||
11 | /** |
||
12 | * @param string $message |
||
13 | * |
||
14 | * @return static |
||
15 | */ |
||
16 | 2 | public static function invalidDataSubmitted($message) |
|
22 | |||
23 | public static function fromViolationList(ConstraintViolationListInterface $list) |
||
41 | |||
42 | } |
||
43 |