@@ -50,7 +50,7 @@ |
||
50 | 50 | } catch (\Exception $e) { |
51 | 51 | if ($exception != NULL) { |
52 | 52 | throw $exception; |
53 | - } elseif($e instanceof MnsException) { |
|
53 | + } elseif ($e instanceof MnsException) { |
|
54 | 54 | throw $e; |
55 | 55 | } else { |
56 | 56 | throw new MnsException($statusCode, $e->getMessage()); |
@@ -50,7 +50,7 @@ |
||
50 | 50 | } catch (\Exception $e) { |
51 | 51 | if ($exception != NULL) { |
52 | 52 | throw $exception; |
53 | - } elseif($e instanceof MnsException) { |
|
53 | + } elseif ($e instanceof MnsException) { |
|
54 | 54 | throw $e; |
55 | 55 | } else { |
56 | 56 | throw new MnsException($statusCode, $e->getMessage()); |