Files
kiri-core/system/Exception/AuthException.php
T
2020-09-01 13:36:57 +08:00

11 lines
85 B
PHP

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