morpho
morpho copied to clipboard
Error class improvements
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.