@@ -170,7 +170,7 @@ discard block |
||
170 | 170 | 'MESSAGE' => $message, |
171 | 171 | ), JSON_PRETTY_PRINT); |
172 | 172 | |
173 | - if( isset($options['errors']) && $options['errors'] == 'catchAll' ) { |
|
173 | + if (isset($options['errors']) && $options['errors'] == 'catchAll') { |
|
174 | 174 | throw new \Exception($eMessage, 1); |
175 | 175 | } |
176 | 176 | |
@@ -185,7 +185,7 @@ discard block |
||
185 | 185 | 'MESSAGE' => $message, |
186 | 186 | ), JSON_PRETTY_PRINT); |
187 | 187 | |
188 | - if( isset($options['errors']) && $options['errors'] == 'catchAll' ) { |
|
188 | + if (isset($options['errors']) && $options['errors'] == 'catchAll') { |
|
189 | 189 | throw new \Exception($eMessage, 1); |
190 | 190 | } |
191 | 191 |