2FAuth/app/Exceptions/DbEncryptionException.php

13 lines
165 B
PHP
Raw Normal View History

<?php
namespace App\Exceptions;
use Exception;
/**
* Class DbEncryptionException.
*
* @codeCoverageIgnore
*/
2024-09-26 23:50:01 +02:00
class DbEncryptionException extends Exception {}