<?phpnamespace AwsNetworkManagerException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Network Manager** service. */class NetworkManagerException extends AwsException {}