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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Elastic  Inference** service.
 */
class ElasticInferenceException extends AwsException {}