MCPcopy
hub / github.com/slackapi/bolt-js / error

Method error

src/App.ts:915–918  ·  view source on GitHub ↗
(errorHandler: AnyErrorHandler)

Source from the content-addressed store, hash-verified

913 public error(errorHandler: ErrorHandler): void;
914 public error(errorHandler: ExtendedErrorHandler): void;
915 public error(errorHandler: AnyErrorHandler): void {
916 this.errorHandler = errorHandler;
917 this.hasCustomErrorHandler = true;
918 }
919
920 /**
921 * Handles events from the receiver

Callers 15

error.test-d.tsFile · 0.80
global.spec.tsFile · 0.80
arguments.spec.tsFile · 0.80
listener.spec.tsFile · 0.80
initMethod · 0.80
shortcutMethod · 0.80
actionMethod · 0.80
viewMethod · 0.80
defaultErrorHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected