Skip to content

Commit 736fa1e

Browse files
author
Sören Jensen
authored
Merge pull request #3 from Textalk/v2
Exception name bug
2 parents 725143b + f5082f1 commit 736fa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Textalk/JsonRpc/ResponseError.php renamed to src/Textalk/JsonRpc/ParseResponseError.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Invalid JSON was received FROM the server.
77
*/
8-
class ResponseError extends Exception
8+
class ParseResponseError extends Exception
99
{
1010
private $response;
1111

0 commit comments

Comments
 (0)