<?phpnamespace AwsACMPCAException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Certificate Manager Private Certificate Authority** service. */class ACMPCAException extends AwsException {}