tryAndRethrow<T> static method
T
tryAndRethrow<T>(
- T function()
Implementation
static T tryAndRethrow<T>(T Function() function) => LoggerResult.tryAndRethrow(function, FormatterErrorA.new);