errorReplacePrefixMap property
Overrides the value of PatapataException.prefix by PatapataException.namespace.
example:
When the PatapataException.namespace is defined as patapata,
This would override the value of PatapataException.prefix to APE.
{
'patapata': 'APE'
}
Implementation
Map<String, String>? get errorReplacePrefixMap;