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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Payment Cryptography Control Plane** service.
 */
class PaymentCryptographyException extends AwsException {}