1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-26 09:04:36 +02:00

Move all exceptions and errors to separate files for autoloading

This commit is contained in:
Marco
2020-09-30 20:40:54 +02:00
parent cc6430a83e
commit 729c76668f
25 changed files with 233 additions and 57 deletions

View File

@@ -0,0 +1,11 @@
<?php
/*
* PHP-Auth (https://github.com/delight-im/PHP-Auth)
* Copyright (c) delight.im (https://www.delight.im/)
* Licensed under the MIT License (https://opensource.org/licenses/MIT)
*/
namespace Delight\Auth;
class ResetDisabledException extends AuthException {}