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