@@ -114,10 +114,10 @@ |
||
114 | 114 | $e |
115 | 115 | ); |
116 | 116 | } |
117 | - throw new InstagramException( |
|
118 | - json_encode(array("Type" => $exception['error_type'], "Message" => $exception['error_message'])), |
|
119 | - $exception['error_code'], |
|
120 | - $e |
|
121 | - ); |
|
117 | + throw new InstagramException( |
|
118 | + json_encode(array("Type" => $exception['error_type'], "Message" => $exception['error_message'])), |
|
119 | + $exception['error_code'], |
|
120 | + $e |
|
121 | + ); |
|
122 | 122 | } |
123 | 123 | } |