ExceptionHandler

extends Node

Implements simple error logging.

Constructors

ExceptionHandler other, Node deep /// nothing here /// nothing here

Type Functions

handle(Node exception)

Prints out exception information.

handle(AssertionError exception)

Prints out exception information.

handle(SystemError exception)

Prints out exception information.

Functions inherited from Node