Files
be-accone/vendor/aws_sdk/Aws/drs/Exception/drsException.php

10 lines
211 B
PHP

<?php
namespace Aws\drs\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Elastic Disaster Recovery Service** service.
*/
class drsException extends AwsException {}