public class UnhandledError
Class which is received when an Unhandled error is encountered
public UnhandledError(@NotNull ErrorType errorType, @Nullable java.lang.Throwable reason)
Class which is received when an Unhandled error is encountered
errorType
- the error type thrown.reason
- the exception thrown.@NotNull public ErrorType getErrorType()
the error type thrown.