PHP Classes

File: application/modules/extensions/aws/Aws/AutoScaling/Exception/AutoScalingException.php

Recommend this page to a friend!
  Classes of Tran Tuan   Pretty PHP S3 Files Manager   application/modules/extensions/aws/Aws/AutoScaling/Exception/AutoScalingException.php   Download  
File: application/modules/extensions/aws/Aws/AutoScaling/Exception/AutoScalingException.php
Role: Application script
Content type: text/plain
Description: Application script
Class: Pretty PHP S3 Files Manager
Web based interface to manage files in Amazon S3
Author: By
Last change:
Date: 7 years ago
Size: 208 bytes
 

Contents

Class file image Download
<?php
namespace Aws\AutoScaling\Exception;

use
Aws\Exception\AwsException;

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