@@ -43,8 +43,8 @@ |
||
43 | 43 | public function throwException() |
44 | 44 | { |
45 | 45 | $exception = array_key_exists($this->getError(), $this->exceptions) |
46 | - ? __NAMESPACE__ . '\\Exception\\' . $this->exceptions[$this->getError()] |
|
47 | - : __NAMESPACE__ . '\\Exception\\JsonUnknownException'; |
|
46 | + ? __NAMESPACE__.'\\Exception\\'.$this->exceptions[$this->getError()] |
|
47 | + : __NAMESPACE__.'\\Exception\\JsonUnknownException'; |
|
48 | 48 | |
49 | 49 | throw new $exception(); |
50 | 50 | } |