PATH:
home
/
rwabteecom
/
public_html_olld
/
vendor
/
aws
/
aws-sdk-php
/
src
/
SSMIncidents
/
Exception
/
Editing: SSMIncidentsException.php
<?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 {}
SAVE
CANCEL