Add Google authentication
This commit is contained in:
12
vendor/OAuth/OAuth1/Signature/Exception/UnsupportedHashAlgorithmException.php
vendored
Executable file
12
vendor/OAuth/OAuth1/Signature/Exception/UnsupportedHashAlgorithmException.php
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace OAuth\OAuth1\Signature\Exception;
|
||||
|
||||
use OAuth\Common\Exception\Exception;
|
||||
|
||||
/**
|
||||
* Thrown when an unsupported hash mechanism is requested in signature class.
|
||||
*/
|
||||
class UnsupportedHashAlgorithmException extends Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user