diff --git a/src/Image_Processing_Queue/Exception.php b/src/Image_Processing_Queue/Exception.php index bd00a6e..0804fb7 100644 --- a/src/Image_Processing_Queue/Exception.php +++ b/src/Image_Processing_Queue/Exception.php @@ -5,4 +5,4 @@ /** * Custom exception class for IPQ background processing */ -class Exception extends Exception {} \ No newline at end of file +class Exception extends \Exception {}