Completed
Branch master (3b851e)
by Andreas
01:48
created
Category
src/Json/JsonError.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,8 +43,8 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.