10 lines
239 B
PHP
10 lines
239 B
PHP
<?php
|
|
namespace Aws\SSMContacts\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **AWS Systems Manager Incident Manager Contacts** service.
|
|
*/
|
|
class SSMContactsException extends AwsException {}
|