class Kaze::RuntimeError

Overview

An error that occured during runtime.

Defined in:

runtime_error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(token : Token, message) #

[View source]

Instance Method Detail

def token : Token #

The token at which the error occured.


[View source]
def token=(token : Token) #

The token at which the error occured.


[View source]