🚚 Renombra ErrorParam por ContextError

This commit is contained in:
Manuel Cillero 2025-09-30 23:45:13 +02:00
parent 075f61bf09
commit 843aed86c7
3 changed files with 21 additions and 23 deletions

View file

@ -8,8 +8,6 @@ pub use children::Children;
pub use children::{Child, ChildOp};
pub use children::{Typed, TypedOp};
// **< HTML DOCUMENT CONTEXT >**********************************************************************
mod context;
pub use context::{Context, ContextOp, Contextual, ErrorParam};
pub use context::{Context, ContextError, ContextOp, Contextual};
pub type FnPathByContext = fn(cx: &Context) -> &str;