2FAuth/app/Exceptions/InvalidOtpParameterException.php

13 lines
174 B
PHP
Raw Normal View History

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