"git@git.noc.ac.uk:thopri/PyNEMO.git" did not exist on "a6d443751399eccd3b59ff42d7b239004af0666f"
Commit 1404d879 authored by Joseph Siddons's avatar Joseph Siddons
Browse files

docs: docstring for error and warning classes

parent 53b36e8a
......@@ -11,10 +11,14 @@ Numeric = TypeVar("Numeric", int, float, datetime, date)
class SortedWarning(Warning):
"""Warning class for Sortedness"""
pass
class SortedError(Exception):
"""Error class for Sortedness"""
pass
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment