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

use Aws\Exception\AwsException;

/**
 * Represents an error while interacting with the Auto Scaling service.
 */
class AutoScalingException extends AwsException {}