2FAuth/app/Exceptions/InvalidSecretException.php

14 lines
167 B
PHP
Raw Normal View History

2021-09-17 23:45:08 +02:00
<?php
namespace App\Exceptions;
use Exception;
/**
* Class InvalidSecretException.
*
* @codeCoverageIgnore
*/
class InvalidSecretException extends Exception
{
}