diff --git a/src/App.ts b/src/App.ts index 6faa6a7a5..ac13e3d3c 100644 --- a/src/App.ts +++ b/src/App.ts @@ -622,7 +622,7 @@ export default class App { /** * Global error handler. The final destination for all errors (hopefully). */ - public handleError(error: Error): Promise { + private handleError(error: Error): Promise { return this.errorHandler(asCodedError(error)); }