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