Skip to content

Commit 6e0ef7e

Browse files
authored
Correct namespace for Exception
Class should not extend itself
1 parent 5ecddbf commit 6e0ef7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Image_Processing_Queue/Exception.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
/**
66
* Custom exception class for IPQ background processing
77
*/
8-
class Exception extends Exception {}
8+
class Exception extends \Exception {}

0 commit comments

Comments
 (0)