Interface FatalErrorReporter.Interceptor

Enclosing interface:
FatalErrorReporter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface FatalErrorReporter.Interceptor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    intercept(@NotNull String message, @NotNull Throwable throwable, boolean isFromUncaught)
    Report a fatal error.