We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 725143b + f5082f1 commit 736fa1eCopy full SHA for 736fa1e
src/Textalk/JsonRpc/ResponseError.php renamed to src/Textalk/JsonRpc/ParseResponseError.php
@@ -5,7 +5,7 @@
5
/**
6
* Invalid JSON was received FROM the server.
7
*/
8
-class ResponseError extends Exception
+class ParseResponseError extends Exception
9
{
10
private $response;
11
0 commit comments