1
0
mirror of https://github.com/Bubka/2FAuth.git synced 2025-08-13 15:37:08 +02:00
Files
2FAuth/app/Exceptions/DbEncryptionException.php

14 lines
165 B
PHP

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