Source code for owlpy.error
# -----------------------------------------------------------------------------
# OwlPy - AGPLv3
#
# This file is part of the OwlPy library. For licensing information see the
# accompanying file `LICENSE`.
#
# The OwlPy Developers, 21st century
# -----------------------------------------------------------------------------
[docs]class OwlPyError(Exception):
'''
Base class for exceptions raised by the OwlPy library.
'''
pass