From 95776a22f83dbef5def0db7c260af159d3da1eb8 Mon Sep 17 00:00:00 2001 From: aymm Date: Tue, 9 Mar 2021 19:43:55 +0000 Subject: [PATCH] Fixed more Exception namespaces --- src/Exceptions/NotAuthorizedException.php | 2 +- src/Exceptions/NotSupportedPollException.php | 2 +- src/Exceptions/PnutException.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Exceptions/NotAuthorizedException.php b/src/Exceptions/NotAuthorizedException.php index c37c8fe..15cc714 100644 --- a/src/Exceptions/NotAuthorizedException.php +++ b/src/Exceptions/NotAuthorizedException.php @@ -3,7 +3,7 @@ namespace APnutI\Exceptions; use APnutI\Exceptions\PnutException; -class NotAuthorizedException extends Exception +class NotAuthorizedException extends \Exception { } diff --git a/src/Exceptions/NotSupportedPollException.php b/src/Exceptions/NotSupportedPollException.php index 8c2e792..b940926 100644 --- a/src/Exceptions/NotSupportedPollException.php +++ b/src/Exceptions/NotSupportedPollException.php @@ -1,7 +1,7 @@