FiscalParserException constructor

FiscalParserException(
  1. String message, [
  2. int? code
])

Implementation

FiscalParserException(this.message, [this.code]);