CRMEB/crmeb/exceptions/AuthException.php
2019-09-11 11:03:00 +08:00

12 lines
97 B
PHP

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