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

use Aws\Exception\AwsException;

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