This commit is contained in:
2020-09-01 13:36:57 +08:00
parent 142f73441d
commit 708b0d2454
4 changed files with 451 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace Snowflake\Exception;
class AuthException extends \Exception
{
}