ParserException constructor
Exception thrown when parsing fails.
This exception is thrown by Parser implementations when parsing fails.
Example:
throw ParserException('Failed to parse config', 'config.json');
Implementation
ParserException(super.message, {super.cause});