mirror of
https://gh.wpcy.net/https://github.com/pixelabs-wp/whitelabel-plugins-update-server.git
synced 2026-04-19 04:13:45 +08:00
9 lines
240 B
PHP
9 lines
240 B
PHP
<?php
|
|
namespace Aws\ApplicationAutoScaling\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **Application Auto Scaling** service.
|
|
*/
|
|
class ApplicationAutoScalingException extends AwsException {}
|