defaultErrorHandler function

Exception? defaultErrorHandler(
  1. Exception exception
)

A default error handler for CurrentLocationLayer. It directly returns the exception unchanged.

Implementation

Exception? defaultErrorHandler(Exception exception) => exception;