Skip to main content

DefaultErrorHandler

Type Alias DefaultErrorHandler 

Source
pub type DefaultErrorHandler = FallbackErrorHandler;
👎Deprecated since 0.19.0:

Renamed to FallbackErrorHandler.

Expand description

Deprecated alias for FallbackErrorHandler.

Aliased Type§

pub struct DefaultErrorHandler(pub fn(BevyError, ErrorContext));

Tuple Fields§

§0: fn(BevyError, ErrorContext)