apeblog/app/common/exceptions/AuthException.php

15 lines
166 B
PHP

<?php
namespace app\common\exceptions;
use Throwable;
/**
* Class AuthException
* @package app\common\exceptions
*/
class AuthException extends \Exception
{
}