UnhandledMatchError
Guide
Edit on GitHub ✎
An UnhandledMatchError is thrown when the subject passed to a Match expression is not handled by any arm of the Match expression.
Intro
An UnhandledMatchError is thrown when the subject passed to a Match expression is not handled by any arm of the Match expression.
Class synopsis
extends Error { }