| Current Path : /home/rtorresani/www/vendor/aws/aws-sdk-php/src/AutoScaling/Exception/ |
| Current File : //home/rtorresani/www/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 {}