update 1.0.8.0
Commits for version update
This commit is contained in:
9
vendor/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php
vendored
Normal file
9
vendor/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\ElasticTranscoder\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the Amazon Elastic Transcoder service.
|
||||
*/
|
||||
class ElasticTranscoderException extends AwsException {}
|
Reference in New Issue
Block a user