Files
faveo/vendor/aws/aws-sdk-php/src/IVS/Exception/IVSException.php
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

10 lines
210 B
PHP

<?php
namespace Aws\IVS\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Amazon Interactive Video Service** service.
*/
class IVSException extends AwsException {}