Files
be-accone/vendor/aws_sdk/Aws/RAM/Exception/RAMException.php

10 lines
205 B
PHP

<?php
namespace Aws\RAM\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS Resource Access Manager** service.
*/
class RAMException extends AwsException {}