1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-05 07:37:25 +02:00

Import class 'IntegrityConstraintViolationException' in 'UserManager'

This commit is contained in:
Marco
2017-02-21 09:27:54 +01:00
parent ff6d78942a
commit 22872d55bd

View File

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