summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php
blob: 4d595addd83ad96d8883dc4d4c3d7735b3be1e68 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\ElasticBeanstalk\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the AWS Elastic Beanstalk service.
 */
class ElasticBeanstalkException extends AwsException {}