10 lines
226 B
PHP
10 lines
226 B
PHP
<?php
|
|
namespace Aws\AutoScalingPlans\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **AWS Auto Scaling Plans** service.
|
|
*/
|
|
class AutoScalingPlansException extends AwsException {}
|