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