10 lines
126 B
PHP
10 lines
126 B
PHP
<?php
|
|
namespace APnutI\Exceptions;
|
|
|
|
use APnutI\Exceptions\PnutException;
|
|
|
|
class NotAuthorizedException extends Exception
|
|
{
|
|
|
|
}
|