FormatterErrorA constructor

FormatterErrorA(
  1. NoSuchMethodError noSuchMethodError
)

Implementation

FormatterErrorA(NoSuchMethodError noSuchMethodError)
:
    loggerResultMessage = [
        'could not encode to json.',
        '\nstack trace. \n${noSuchMethodError.stackTrace?.toString() ?? 'no statckTrace'}',
    ]
;