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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Resilience Hub** service.
 */
class ResilienceHubException extends AwsException {}