1 | <?php |
||
17 | class ParseExceptionLocalizer implements ExceptionLocalizer { |
||
18 | |||
19 | /** |
||
20 | * @see ExceptionLocalizer::getExceptionMessage() |
||
21 | * |
||
22 | * @param Exception $exception |
||
23 | * |
||
24 | * @return Message |
||
25 | * @throws InvalidArgumentException |
||
26 | */ |
||
27 | public function getExceptionMessage( Exception $exception ) { |
||
52 | |||
53 | /** |
||
54 | * @see ExceptionLocalizer::getExceptionMessage() |
||
55 | * |
||
56 | * @param Exception $exception |
||
57 | * |
||
58 | * @return bool |
||
59 | */ |
||
60 | public function hasExceptionMessage( Exception $exception ) { |
||
63 | |||
64 | } |
||
65 |