Files
kiri-core/System/Exception/AuthException.php
T
2020-09-04 00:41:33 +08:00

11 lines
85 B
PHP

<?php
namespace Snowflake\Exception;
class AuthException extends \Exception
{
}