mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-25 17:54:57 +01:00
15 lines
175 B
PHP
15 lines
175 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
/**
|
|
* Class NotImplementedException.
|
|
*
|
|
* @codeCoverageIgnore
|
|
*/
|
|
class InvalidOtpParameterException extends Exception
|
|
{
|
|
}
|