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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **FinSpace User Environment Management service** service.
 */
class finspaceException extends AwsException {}