10 lines
191 B
PHP
Executable File
10 lines
191 B
PHP
Executable File
<?php
|
|
namespace Aws\QLDB\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **Amazon QLDB** service.
|
|
*/
|
|
class QLDBException extends AwsException {}
|