From f7e9491b356042f399e56fc2d146bf68135a4454 Mon Sep 17 00:00:00 2001 From: Greg Hill Date: Wed, 6 Apr 2022 13:21:35 +0100 Subject: [PATCH] export ModuleError for downstream matching (#499) 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,