diff --git a/src/Administration.php b/src/Administration.php index 85f25a7..9247b30 100644 --- a/src/Administration.php +++ b/src/Administration.php @@ -12,8 +12,6 @@ use Delight\Db\PdoDatabase; use Delight\Db\PdoDsn; use Delight\Db\Throwable\Error; -require_once __DIR__ . '/Exceptions.php'; - /** Component that can be used for administrative tasks by privileged and authorized users */ final class Administration extends UserManager { diff --git a/src/AmbiguousUsernameException.php b/src/AmbiguousUsernameException.php new file mode 100644 index 0000000..f42dc97 --- /dev/null +++ b/src/AmbiguousUsernameException.php @@ -0,0 +1,11 @@ +