1 | <?php |
||
21 | class ParserException extends InvalidArgumentException implements ParserExceptionInterface |
||
22 | { |
||
23 | /** |
||
24 | * the exception to throw if the configuration file is unreadable. |
||
25 | * |
||
26 | * @param string $file file pathname |
||
27 | * |
||
28 | * @return ParserException the exception to throw |
||
29 | */ |
||
30 | 1 | public static function forFileUnreadable($file) |
|
40 | } |
||
41 |