<?phpnamespace AwsLightsailException;use AwsExceptionAwsException;/** * Represents an error interacting with the **Amazon Lightsail** service. */class LightsailException extends AwsException {}