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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon EMR Containers** service.
 */
class EMRContainersException extends AwsException {}