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

Import class 'Error' in 'UserManager'

This commit is contained in:
Marco
2017-02-21 09:22:40 +01:00
parent ad2aa84e4a
commit d27005df10

View File

@@ -10,6 +10,7 @@ namespace Delight\Auth;
use Delight\Db\PdoDatabase; use Delight\Db\PdoDatabase;
use Delight\Db\PdoDsn; use Delight\Db\PdoDsn;
use Delight\Db\Throwable\Error;
require_once __DIR__ . '/Exceptions.php'; require_once __DIR__ . '/Exceptions.php';