PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
aws
/
aws-sdk-php
/
src
/
PaymentCryptography
/
Exception
/
Editing: PaymentCryptographyException.php
<?php namespace Aws\PaymentCryptography\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **Payment Cryptography Control Plane** service. */ class PaymentCryptographyException extends AwsException {}
SAVE
CANCEL