<?php
namespace Aws\ElementalInference\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Elemental Inference** service.
 */
class ElementalInferenceException extends AwsException {}
