1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 05:24:20 +00:00
royalnet/royalnet/errors.py

6 lines
123 B
Python
Raw Normal View History

class RoyalnetException(Exception):
"""An exception raised by a Royalnet module."""
__all__ = ("RoyalnetException",)