Files
kiri-core/System/Exception/AuthException.php
T

11 lines
85 B
PHP
Raw Normal View History

2020-09-01 13:36:57 +08:00
<?php
namespace Snowflake\Exception;
class AuthException extends \Exception
{
}