2FAuth/app/Exceptions/UndecipherableException.php

15 lines
170 B
PHP
Raw Normal View History

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