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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Auto Scaling Plans** service.
 */
class AutoScalingPlansException extends AwsException {}