2FAuth/app/Exceptions/InvalidOtpParameterException.php

14 lines
174 B
PHP

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