class Ven::Suite::RuntimeError

Overview

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

Defined in:

ven/suite/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(traces : Array(Ven::Suite::Trace), file : String, line : Int32, message) #

[View source]

Instance Method Detail

def file : String #

[View source]
def line : Int32 #

[View source]
def traces : Traces #

[View source]