PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
aws
/
aws-sdk-php
/
src
/
drs
/
Exception
/
Editing: drsException.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 {}
SAVE
CANCEL