Fixed more Exception namespaces
This commit is contained in:
parent
1728275c7b
commit
95776a22f8
@ -3,7 +3,7 @@ namespace APnutI\Exceptions;
|
|||||||
|
|
||||||
use APnutI\Exceptions\PnutException;
|
use APnutI\Exceptions\PnutException;
|
||||||
|
|
||||||
class NotAuthorizedException extends Exception
|
class NotAuthorizedException extends \Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace APnutI\Exceptions;
|
namespace APnutI\Exceptions;
|
||||||
|
|
||||||
class NotSupportedPollException extends Exception
|
class NotSupportedPollException extends \Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace APnutI\Exceptions;
|
namespace APnutI\Exceptions;
|
||||||
|
|
||||||
class PnutException extends Exception
|
class PnutException extends \Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user