morpho icon indicating copy to clipboard operation
morpho copied to clipboard

Error class improvements

Open softmattertheory opened this issue 1 year ago • 0 comments

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.

softmattertheory avatar Aug 13 '24 16:08 softmattertheory