newdesigngestionnaire/vendor/aws/aws-sdk-php/src/ConnectCases/Exception/ConnectCasesException.php

10 lines
216 B
PHP
Executable File

<?php
namespace Aws\ConnectCases\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Amazon Connect Cases** service.
*/
class ConnectCasesException extends AwsException {}