From d79f4455bfa880a0833d6cbb52460bfac40c70d3 Mon Sep 17 00:00:00 2001 From: Gregory Hill Date: Wed, 6 Apr 2022 11:11:00 +0100 Subject: [PATCH] export ModuleError for downstream matching Signed-off-by: Gregory Hill --- subxt/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/subxt/src/lib.rs b/subxt/src/lib.rs index 8e655a21be..22982f4900 100644 --- a/subxt/src/lib.rs +++ b/subxt/src/lib.rs @@ -81,6 +81,7 @@ pub use crate::{ Error, GenericError, HasModuleError, + ModuleError, ModuleErrorData, RuntimeError, TransactionError,