Files
be-accone/vendor/aws_sdk/Aws/BackupGateway/Exception/BackupGatewayException.php

10 lines
216 B
PHP

<?php
namespace Aws\BackupGateway\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS Backup Gateway** service.
*/
class BackupGatewayException extends AwsException {}