@@ -170,7 +170,7 @@ |
||
170 | 170 | { |
171 | 171 | set_error_handler( |
172 | 172 | function ($errorNumber, $errorText) { |
173 | - throw new ErrorException($errorText); |
|
173 | + throw new ErrorException($errorText); |
|
174 | 174 | }, |
175 | 175 | E_ALL |
176 | 176 | ); |