Metis Exception
abstract class MetisException(message: String, val backtrace: MutableList<Span>, cause: Throwable? = null) : RuntimeException
An exception thrown by Metis by the parser, compiler, or runtime.
Parameters
message
The error message.
backtrace
The backtrace of the error.
cause
The cause of the error.