1
0
mirror of https://github.com/Bubka/2FAuth.git synced 2025-06-10 15:06:57 +02:00
2FAuth/app/Exceptions/DbEncryptionException.php
2024-09-26 23:50:01 +02:00

13 lines
165 B
PHP

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