Files
be-accone/vendor/aws_v3/Aws/finspace/Exception/finspaceException.php

10 lines
232 B
PHP

<?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 {}