Files
runff/lib/aws/Aws/DLM/Exception/DLMException.php
2019-04-29 16:09:00 +02:00

10 lines
207 B
PHP

<?php
namespace Aws\DLM\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Amazon Data Lifecycle Manager** service.
*/
class DLMException extends AwsException {}