This class is used for more transparent error
handling and as a base for other error classes that happen
because of development errors and build time errors.
An error that is an instance of this class indicates there
is something wrong with the added implementation or that
something is missing on top of what was implemented.
example
Throwing a CompilerError error
thrownewCompilerError("This error happens at development time.");
ERRORS
This class is used for more transparent error handling and as a base for other error classes that happen because of development errors and build time errors.
An error that is an instance of this class indicates there is something wrong with the added implementation or that something is missing on top of what was implemented.
Throwing a
CompilerError
errorOther links
RuntimeError
v0.5.0