mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 08:34:16 +01:00
chore: Move exceptions to domain
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -27,7 +27,7 @@ namespace SP\DataModel;
|
||||
|
||||
use Defuse\Crypto\Exception\CryptoException;
|
||||
use SP\Core\Crypt\Crypt;
|
||||
use SP\Core\Exceptions\NoSuchPropertyException;
|
||||
use SP\Domain\Core\Exceptions\NoSuchPropertyException;
|
||||
|
||||
/**
|
||||
* Trait EncryptedModel
|
||||
@@ -98,4 +98,4 @@ trait EncryptedModel
|
||||
{
|
||||
return $this->key;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user