1 | <?php |
||
16 | class MissingArgumentException extends FormzException |
||
17 | { |
||
18 | const ARGUMENT_MISSING = 'The argument "%s" was not found in the request.'; |
||
19 | |||
20 | /** |
||
21 | * @return self |
||
22 | */ |
||
23 | final public static function ajaxControllerNameArgumentNotSet() |
||
34 | |||
35 | /** |
||
36 | * @return self |
||
37 | */ |
||
38 | final public static function ajaxControllerClassNameArgumentNotSet() |
||
49 | } |
||
50 |