Type Alias ExceptionHandler

ExceptionHandler: { onError: (code: number) => void }

Type declaration

  • onError: (code: number) => void