summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/signer/Exception/signerException.php
blob: 4779f708cdb76865da73779efc2c665f28aae25d (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\signer\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Signer** service.
 */
class signerException extends AwsException {}