2FAuth/app/Exceptions/UnsupportedOtpTypeException...

15 lines
174 B
PHP

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