class Ven::Suite::RuntimeError

Overview

The exception that is raised when the interpreter encounters a traceable semantic error.

Defined in:

ven/suite/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tag : QTag, message, trace : Array(Ven::Suite::Trace)) #

[View source]

Instance Method Detail

def file : String #

[View source]
def line : UInt32 #

[View source]
def trace : Traces #

[View source]