Files
newdesigngestionnaire/vendor/aws/aws-sdk-php/src/ManagedBlockchainQuery/Exception/ManagedBlockchainQueryException.php

10 lines
247 B
PHP
Executable File

<?php
namespace Aws\ManagedBlockchainQuery\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Amazon Managed Blockchain Query** service.
*/
class ManagedBlockchainQueryException extends AwsException {}