mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-27 02:36:06 +01:00
14 lines
165 B
PHP
14 lines
165 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Exceptions;
|
||
|
|
||
|
use Exception;
|
||
|
|
||
|
/**
|
||
|
* Class DbEncryptionException.
|
||
|
*
|
||
|
* @codeCoverageIgnore
|
||
|
*/
|
||
|
class DbEncryptionException extends Exception
|
||
|
{
|
||
|
}
|