class

Myst::MatchError

Inherits Myst::RuntimeError / Exception / Reference / Object

These subclasses of RuntimeError help clean up the interpreter source code to better show the intent of the raised errors, and ensure consistency between them.

Constructors

new(trace : Callstack, message : String = "match failure")
Source