onParserException property

ParserExceptionHandler? onParserException
final

The exception handler that is called when parser can't handle the incoming uri.

This method must return a RouteMatchList for the parsed result.

Implementation

final ParserExceptionHandler? onParserException;