1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-04 15:17:28 +02:00

Create class 'InvalidStateError'

This commit is contained in:
Marco
2024-03-05 09:39:31 +01:00
parent 759a523a92
commit d58519d831

11
src/InvalidStateError.php Normal file
View File

@@ -0,0 +1,11 @@
<?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;
class InvalidStateError extends AuthError {}