Files
pictshare/storage-controllers/s3/Aws/ACMPCA/Exception/ACMPCAException.php
2020-01-05 03:11:41 +01:00

10 lines
237 B
PHP

<?php
namespace Aws\ACMPCA\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS Certificate Manager Private Certificate Authority** service.
*/
class ACMPCAException extends AwsException {}