Funicular::ErrorBoundary class of PicoRuby

Instance methods

catch_error

instance.catch_error(Exception error, ?Hash[Symbol, untyped]? error_info) -> bool

initialize_state

instance.initialize_state() -> Hash[Symbol, untyped]

render

instance.render() -> (VDOM::VNode | String | Integer | Float | Array[untyped] | nil)

reset

instance.reset() -> void

Attr accessors

error_caught_during_render (accessor)

instance.error_caught_during_render -> bool?
Tags: class