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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWSServerlessApplicationRepository** service.
 */
class ServerlessApplicationRepositoryException extends AwsException {}