tern.exception

Simple parser oriented throwable raising with highlighting.

Members

Static functions

raise
void raise(string exception, string matchTo, string matchOf)

Raises an exception using optional highlighting.

raise
void raise(string exception, string matchTo, size_t matchStart, size_t matchEnd)

Raises an exception using optional highlighting.

Meta