| 1 | <?php  | 
            ||
| 15 | class FileAwareException extends \RuntimeException  | 
            ||
| 16 | { | 
            ||
| 17 | private $lineNumber;  | 
            ||
| 18 | private $filePath;  | 
            ||
| 19 | |||
| 20 | 10 | public function __construct($message = "", $code = 0, \Exception $previous = null, $path = "", $line = -1)  | 
            |
| 27 | |||
| 28 | public function getLineNumber ()  | 
            ||
| 32 | |||
| 33 | public function getPath ()  | 
            ||
| 37 | }  |