Options
All
  • Public
  • Public/Protected
  • All
Menu

Catches exceptions thrown within the application that have not been caught, then displays an error message to the user.

This component could not be written as a functional component, as we needed access to the componentDidCatch hook.

internal

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

componentDidCatch

  • componentDidCatch(error: Error, info: ErrorInfo): void

render

  • render(): ReactNode

Generated using TypeDoc