10 lines
216 B
PHP
10 lines
216 B
PHP
<?php
|
|
namespace Aws\RolesAnywhere\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **IAM Roles Anywhere** service.
|
|
*/
|
|
class RolesAnywhereException extends AwsException {}
|