Skip to content

Commit f5082f1

Browse files
author
Sören
committed
Exception name bug
1 parent 725143b commit f5082f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Textalk/JsonRpc/ResponseError.php renamed to src/Textalk/JsonRpc/ParseResponseError.php

Lines changed: 1 addition & 1 deletion
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)