@@ -19,10 +19,10 @@ |
||
19 | 19 | public function errorHandler($level, $message, $file) { |
20 | 20 | $this->logger->addWarning($message); |
21 | 21 | $this->buildErrorMessage('Error occur.'); |
22 | - } |
|
22 | + } |
|
23 | 23 | |
24 | 24 | public function exceptionHandler($exception) { |
25 | 25 | $this->logger->addWarning($exception->getMessage()); |
26 | 26 | $this->buildErrorMessage('Error occur.'); |
27 | - } |
|
27 | + } |
|
28 | 28 | } |
29 | 29 | \ No newline at end of file |