@@ 189-190 (lines=2) @@ | ||
186 | 'Invalid arguments: ' . $body['error']['message'], |
|
187 | $body['error']['code'] |
|
188 | ); |
|
189 | case -32603: |
|
190 | throw new \RuntimeException( |
|
191 | 'Internal Error: ' . $body['error']['message'], |
|
192 | $body['error']['code'] |
|
193 | ); |
|
@@ 194-195 (lines=2) @@ | ||
191 | 'Internal Error: ' . $body['error']['message'], |
|
192 | $body['error']['code'] |
|
193 | ); |
|
194 | default: |
|
195 | throw new \RuntimeException( |
|
196 | 'Invalid request/response: ' . $body['error']['message'], |
|
197 | $body['error']['code'] |
|
198 | ); |