summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/NimbleStudio/Exception/NimbleStudioException.php
blob: 9ad9d9c3ced740ec47c1fd2c9c5cb91fca415871 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\NimbleStudio\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AmazonNimbleStudio** service.
 */
class NimbleStudioException extends AwsException {}