Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MemoryDBException.php « Exception « MemoryDB « src « aws-sdk-php « aws - github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9ecab7dca37283d5e654ecb8054c82b2611ea04 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\MemoryDB\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon MemoryDB** service.
 */
class MemoryDBException extends AwsException {}