@@ -66,7 +66,7 @@ |
||
66 | 66 | */ |
67 | 67 | static public function create( |
68 | 68 | $httpStatus = Response::HTTP_INTERNAL_SERVER_ERROR, |
69 | - $message = '', |
|
69 | + $message = '', |
|
70 | 70 | \Exception $previous = null |
71 | 71 | ) { |
72 | 72 | return new static($httpStatus, $message, $previous); |