@@ 215-216 (lines=2) @@ | ||
212 | 'Invalid arguments: ' . $body['error']['message'], |
|
213 | $body['error']['code'] |
|
214 | ); |
|
215 | case -32603: |
|
216 | throw new \RuntimeException( |
|
217 | 'Internal Error: ' . $body['error']['message'], |
|
218 | $body['error']['code'] |
|
219 | ); |
|
@@ 220-221 (lines=2) @@ | ||
217 | 'Internal Error: ' . $body['error']['message'], |
|
218 | $body['error']['code'] |
|
219 | ); |
|
220 | default: |
|
221 | throw new \RuntimeException( |
|
222 | 'Invalid request/response: ' . $body['error']['message'], |
|
223 | $body['error']['code'] |
|
224 | ); |