| 1 | <?php |
||
| 8 | final class ParamMapperException extends LogicException implements Req2CmdExceptionInterface |
||
| 9 | { |
||
| 10 | public static function noParamFound(string $paramName, \Throwable $previous = null): self |
||
| 16 | |||
| 17 | public static function paramEmpty(string $paramName, \Throwable $previous = null): self |
||
| 23 | } |
||
| 24 |