newdesigngestionnaire/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php

10 lines
230 B
PHP
Executable File

<?php
namespace Aws\ElasticLoadBalancing\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the Elastic Load Balancing service.
*/
class ElasticLoadBalancingException extends AwsException {}