Skip to content

Commit

Permalink
Merge pull request #15 from rorymcdaniel/master
Browse files Browse the repository at this point in the history
Correct namespace for Exception
  • Loading branch information
A5hleyRich authored May 2, 2019
2 parents 5ecddbf + 6e0ef7e commit 9c31c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Image_Processing_Queue/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
/**
* Custom exception class for IPQ background processing
*/
class Exception extends Exception {}
class Exception extends \Exception {}

0 comments on commit 9c31c31

Please sign in to comment.