2FAuth/app/Exceptions/DbEncryptionException.php

15 lines
166 B
PHP

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