|
1
|
<?php |
|
2
|
namespace Aws\ACMPCA\Exception; |
|
3
|
|
|
4
|
use Aws\Exception\AwsException; |
|
5
|
|
|
6
|
/** |
|
7
|
* Represents an error interacting with the **AWS Certificate Manager Private Certificate Authority** service.
|
|
8
|
*/ |
|
9
|
class ACMPCAException extends AwsException {} |
|
10
|
|