/home/mip/mip/vendor/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php
<?php
namespace Aws\AutoScaling\Exception;

use Aws\Exception\AwsException;

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