CRMEB/crmeb/exceptions/AuthException.php
2019-09-16 15:52:59 +08:00

12 lines
97 B
PHP

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