@@ -17,7 +17,7 @@ |
||
17 | 17 | private $lineNumber; |
18 | 18 | private $filePath; |
19 | 19 | |
20 | - public function __construct($message = "", $code = 0, \Exception $previous = null, $path = "", $line = -1) |
|
20 | + public function __construct ($message = "", $code = 0, \Exception $previous = null, $path = "", $line = -1) |
|
21 | 21 | { |
22 | 22 | parent::__construct($message, $code, $previous); |
23 | 23 |