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
247 B
PHP
9 lines
247 B
PHP
<?php
|
|
namespace Aws\ApiGatewayManagementApi\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **AmazonApiGatewayManagementApi** service.
|
|
*/
|
|
class ApiGatewayManagementApiException extends AwsException {}
|