Add Google authentication
This commit is contained in:
10
vendor/OAuth/Common/Storage/Exception/AuthorizationStateNotFoundException.php
vendored
Executable file
10
vendor/OAuth/Common/Storage/Exception/AuthorizationStateNotFoundException.php
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace OAuth\Common\Storage\Exception;
|
||||
|
||||
/**
|
||||
* Exception thrown when a state is not found in storage.
|
||||
*/
|
||||
class AuthorizationStateNotFoundException extends StorageException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user