2FAuth/app/Exceptions/InvalidSecretException.php

15 lines
168 B
PHP

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