mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 05:54:34 +02:00
Replace DbProtection class by an Encryption service
This commit is contained in:
14
app/Exceptions/DbEncryptionException.php
Normal file
14
app/Exceptions/DbEncryptionException.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Class DbEncryptionException.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class DbEncryptionException extends Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user