@@ -22,6 +22,6 @@ |
||
| 22 | 22 | */ |
| 23 | 23 | public function __toString() |
| 24 | 24 | { |
| 25 | - return __CLASS__."'{$this->message}' in {$this->file}, ({$this->line})\n, {$this->getTraceAsString()}"; |
|
| 25 | + return __CLASS__ . "'{$this->message}' in {$this->file}, ({$this->line})\n, {$this->getTraceAsString()}"; |
|
| 26 | 26 | } |
| 27 | 27 | } |