CRMEB/crmeb/exceptions/AuthException.php
2019-08-28 16:00:56 +08:00

12 lines
97 B
PHP

<?php
namespace crmeb\exceptions;
use Throwable;
class AuthException extends \Exception
{
}