Files
be-accone/vendor/aws_sdk/Aws/IVSRealTime/Exception/IVSRealTimeException.php

10 lines
235 B
PHP

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