CRMEB/crmeb/exceptions/AuthException.php
2019-09-16 18:16:19 +08:00

12 lines
97 B
PHP

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