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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **PcaConnectorAd** service.
 */
class PcaConnectorAdException extends AwsException {}