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

use Aws\Exception\AwsException;

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