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