Morpho-lang / morpho

The Morpho language 🦋. Morpho is a small embeddable language for scientific computing applications.
MIT License
33 stars 11 forks source link

Error class improvements #273

Closed softmattertheory closed 1 month ago

softmattertheory commented 3 months ago

This PR makes adjustments to the Error class to support calling throw and warning on the class without instantiation, e.g.

Error.warning("Foo")

Includes two tests of the fixed functionality. Fixes #252.