mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-06 04:51:32 -07:00
9 lines
207 B
PHP
9 lines
207 B
PHP
<?php
|
|
namespace Aws\ApiGateway\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **AWS API Gateway** service.
|
|
*/
|
|
class ApiGatewayException extends AwsException {}
|