Inital commit for unit test configuration
This commit is contained in:

committed by
Manish Verma

parent
2f0796e954
commit
e0436b7757
9
vendor/aws/aws-sdk-php/src/signer/Exception/signerException.php
vendored
Normal file
9
vendor/aws/aws-sdk-php/src/signer/Exception/signerException.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\signer\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **AWS Signer** service.
|
||||
*/
|
||||
class signerException extends AwsException {}
|
Reference in New Issue
Block a user