propagateLastFailure

fun propagateLastFailure(newMsg: String? = null): Nothing

Propagate the last thrown parser failure. If newMsg is not null, the failure's reason message is replaced by the given one.