@@ -68,9 +68,9 @@ |
||
68 | 68 | $_file = $exception->getFile(); |
69 | 69 | $_line = $exception->getLine(); |
70 | 70 | } elseif (is_string($exception)) { |
71 | - $_message = 'exception string: ' . $exception; |
|
71 | + $_message = 'exception string: '.$exception; |
|
72 | 72 | } elseif (is_array($exception)) { |
73 | - $_message = 'exception array dump: ' . print_r($exception, true); |
|
73 | + $_message = 'exception array dump: '.print_r($exception, true); |
|
74 | 74 | } |
75 | 75 | |
76 | 76 | return [ |