mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Printing with Google Cloud Print
This commit is contained in:
@@ -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