| 1 | <?php |
||
| 15 | class ConsoleException extends \RuntimeException |
||
| 16 | { |
||
| 17 | public static function ambientFileDoesNotExist($file) |
||
| 21 | |||
| 22 | public static function ambientFilesDoesNotReturnAnInstanceOfAValidAmbient($file) |
||
| 26 | |||
| 27 | public static function directoryIsNotReadable($dir) |
||
| 31 | |||
| 32 | public static function ambientIsNotInstanceOfAmbientInterface($ambient) |
||
| 37 | } |