InvalidMatchException
abstract class InvalidMatchException(message: String? = null, cause: Throwable? = null) : RuntimeException
Exception class to signify that the Matchable has failed in an exceptional way, as opposed to having not matched the input.