@@ -7,7 +7,7 @@ |
||
| 7 | 7 | { |
| 8 | 8 | const ERROR_CODE = -32600; |
| 9 | 9 | |
| 10 | - public function __construct($message = null,\Exception $previous = null) |
|
| 10 | + public function __construct($message = null, \Exception $previous = null) |
|
| 11 | 11 | { |
| 12 | 12 | if (is_null($message)) { |
| 13 | 13 | $message = 'Invalid Request'; |