mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-06-23 04:10:23 +00:00
10 lines
245 B
PHP
10 lines
245 B
PHP
<?php
|
|
namespace Aws\ApplicationSignals\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **Amazon CloudWatch Application Signals** service.
|
|
*/
|
|
class ApplicationSignalsException extends AwsException {}
|