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

use Aws\Exception\AwsException;

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