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

use Aws\Exception\AwsException;

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