1
0
mirror of https://github.com/Bubka/2FAuth.git synced 2025-06-15 01:16:39 +02:00
2FAuth/app/Exceptions/UndecipherableException.php
2022-11-25 15:20:36 +01:00

15 lines
170 B
PHP

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