Skip to content

Commit f0e3717

Browse files
committed
Fix JsonException extends statement
Was extending non-existent class \PHPQueue\Exception\PHPQueue\Exception\Exception Change-Id: I11a57e964fb25af177a55eda509e2fa0e987abb3
1 parent 0d33b8d commit f0e3717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PHPQueue/Exception/JsonException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
/**
55
* Something bad with the JSON
66
*/
7-
class JsonException extends PHPQueue\Exception\Exception
7+
class JsonException extends Exception
88
{
99
}

0 commit comments

Comments
 (0)