1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-10-22 19:36:32 +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

@@ -16,8 +16,6 @@ use Delight\Db\PdoDsn;
use Delight\Db\Throwable\Error;
use Delight\Db\Throwable\IntegrityConstraintViolationException;
require_once __DIR__ . '/Exceptions.php';
/** Component that provides all features and utilities for secure authentication of individual users */
final class Auth extends UserManager {