AutoScalingException.php 208 Bytes Raw Blame History Permalink 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 {}