10 lines
219 B
PHP
10 lines
219 B
PHP
<?php
|
|
namespace Aws\ResourceGroups\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **AWS Resource Groups** service.
|
|
*/
|
|
class ResourceGroupsException extends AwsException {}
|