summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/ManagedBlockchainQuery/Exception/ManagedBlockchainQueryException.php
blob: 29815c1316d5d885929398bfe1975a3ce94c9b47 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\ManagedBlockchainQuery\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Managed Blockchain Query** service.
 */
class ManagedBlockchainQueryException extends AwsException {}