export ModuleError and RuntimeError for downstream usage (#246)

Signed-off-by: Gregory Hill <gregorydhill@outlook.com>
This commit is contained in:
Greg Hill
2021-03-15 09:26:55 +00:00
committed by GitHub
parent 568d6ea577
commit b37d8ecd5a
2 changed files with 7 additions and 1 deletions
+5 -1
View File
@@ -85,7 +85,11 @@ mod runtimes;
mod subscription;
pub use crate::{
error::Error,
error::{
Error,
ModuleError,
RuntimeError,
},
events::{
EventTypeRegistry,
EventsDecoder,