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
{
}