Source code for sparrow.util


# Exceptions
# ----------


[docs]class Error(Exception): """Base class for all exceptions of Sparrow""" pass