2FAuth/app/Exceptions/InvalidOtpParameterException.php

15 lines
175 B
PHP
Raw Normal View History

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