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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Systems Manager Incident Manager** service.
 */
class SSMIncidentsException extends AwsException {}