noopErrorHandler function
void
noopErrorHandler({})
Error handler that swallows every error. Use in tests where the recoverable-error path isn't the subject under test.
Implementation
void noopErrorHandler({
required String source,
required ArmatureError error,
required Map<String, String> meta,
}) {}