2FAuth/app/Exceptions/UndecipherableException.php

13 lines
169 B
PHP
Raw Normal View History

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