NAME

Zuzu::Error::Runtime - runtime error for evaluation/execution failures

DESCRIPTION

Represents failures raised while executing AST nodes.

Typical examples include calling a non-function value, assigning to a const binding, invalid indexing/member operations, and missing module exports at import time.

INHERITANCE

Inherits from Zuzu::Error.

METHODS

kind

Returns RuntimeError.

COPYRIGHT AND LICENCE

Zuzu::Error::Runtime is copyright Toby Inkster.

It is free software; you may redistribute it and/or modify it under the terms of either the Artistic License 1.0 or the GNU General Public License version 2.