mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-04 15:17:28 +02:00
Create class 'InvalidOneTimePasswordException'
This commit is contained in:
12
src/InvalidOneTimePasswordException.php
Normal file
12
src/InvalidOneTimePasswordException.php
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* PHP-Auth (https://github.com/delight-im/PHP-Auth)
|
||||||
|
* Copyright (c) delight.im (https://www.delight.im/)
|
||||||
|
* Licensed under the MIT License (https://opensource.org/licenses/MIT)
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Delight\Auth;
|
||||||
|
|
||||||
|
/** Exception that is thrown when a one-time password (OTP) provided by the user is not valid */
|
||||||
|
class InvalidOneTimePasswordException extends AuthException {}
|
Reference in New Issue
Block a user