2FAuth/app/Exceptions/DbEncryptionException.php

15 lines
166 B
PHP
Raw Normal View History

<?php
namespace App\Exceptions;
use Exception;
/**
* Class DbEncryptionException.
*
* @codeCoverageIgnore
*/
class DbEncryptionException extends Exception
{
2022-11-22 15:15:52 +01:00
}