handle Generic
abstract override fun handleGeneric(problem: Problem, decider: (Boolean) -> Unit)
Content copied to clipboard
One of the ProblemType-specific handler methods was invoked, but (1) it was not specifically overridden in the subclass, and (2) this method was not specifically overridden in the subclass. Always fail in this circumstance.