MCPcopy Index your code
hub / github.com/endbasic/endbasic / error_handler

Method error_handler

core/src/vm/context.rs:254–256  ·  view source on GitHub ↗

Returns the current error handler configuration.

(&self)

Source from the content-addressed store, hash-verified

252
253 /// Returns the current error handler configuration.
254 pub(super) fn error_handler(&self) -> ErrorHandler {
255 self.err_handler
256 }
257
258 /// Clears the current error handler configuration.
259 pub(super) fn clear_error_handler(&mut self) {

Callers 1

handle_exceptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected