View file core/libs/s3/vendor/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php

File size: 208B
<?php
namespace Aws\AutoScaling\Exception;

use Aws\Exception\AwsException;

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