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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon AppStream** service.
 */
class AppstreamException extends AwsException {}