@@ 207-208 (lines=2) @@ | ||
204 | 'Invalid arguments: ' . $body['error']['message'], |
|
205 | $body['error']['code'] |
|
206 | ); |
|
207 | case -32603: |
|
208 | throw new \RuntimeException( |
|
209 | 'Internal Error: ' . $body['error']['message'], |
|
210 | $body['error']['code'] |
|
211 | ); |
|
@@ 212-213 (lines=2) @@ | ||
209 | 'Internal Error: ' . $body['error']['message'], |
|
210 | $body['error']['code'] |
|
211 | ); |
|
212 | default: |
|
213 | throw new \RuntimeException( |
|
214 | 'Invalid request/response: ' . $body['error']['message'], |
|
215 | $body['error']['code'] |
|
216 | ); |