Source code for stingray.exceptions

# Exception Handling for Stingray

__all__ = ["StingrayError"]


[docs] class StingrayError(Exception): pass