| 1 | <?php |
||
| 16 | class MissingArgumentException extends FormzException |
||
| 17 | { |
||
| 18 | const ARGUMENT_MISSING = 'The argument "%s" was not found in the request.'; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @code 1490179179 |
||
| 22 | * |
||
| 23 | * @return MissingArgumentException |
||
| 24 | */ |
||
| 25 | final public static function ajaxControllerNameArgumentNotSet() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @code 1490179250 |
||
| 38 | * |
||
| 39 | * @return MissingArgumentException |
||
| 40 | */ |
||
| 41 | final public static function ajaxControllerClassNameArgumentNotSet() |
||
| 51 | } |
||
| 52 |