<?phpnamespace AwsNeptuneException;use AwsExceptionAwsException;/** * Represents an error interacting with the **Amazon Neptune** service. */class NeptuneException extends AwsException {}