1
0
mirror of https://github.com/Bubka/2FAuth.git synced 2025-04-24 01:18:46 +02:00
2FAuth/app/Exceptions/DbEncryptionException.php
2022-11-25 15:20:36 +01:00

15 lines
166 B
PHP

<?php
namespace App\Exceptions;
use Exception;
/**
* Class DbEncryptionException.
*
* @codeCoverageIgnore
*/
class DbEncryptionException extends Exception
{
}