RelayExceptionHandler typedef

RelayExceptionHandler = void Function({required RelayException exception})

Implementation

typedef RelayExceptionHandler = void Function({
  required RelayException exception,
});