<?phpnamespace AwsDirectConnectException;use AwsExceptionAwsException;/** * Represents an error interacting with the AWS Direct Connect service. */class DirectConnectException extends AwsException {}