Closed softmattertheory closed 1 month 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.
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.