| 1 | <?php |
||
| 16 | class InvalidArgumentValueException extends FormzException |
||
| 17 | { |
||
| 18 | const FIELD_VIEW_HELPER_EMPTY_LAYOUT = 'The layout name cannot be empty, please fill with a value.'; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @code 1485786285 |
||
| 22 | * |
||
| 23 | * @return InvalidArgumentValueException |
||
| 24 | */ |
||
| 25 | final public static function fieldViewHelperEmptyLayout() |
||
| 32 | } |
||
| 33 |