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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **FinSpace Public API** service.
 */
class FinSpaceDataException extends AwsException {}