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