mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-26 21:14:19 +00:00
5 lines
123 B
Python
5 lines
123 B
Python
class RoyalnetException(Exception):
|
|
"""An exception raised by a Royalnet module."""
|
|
|
|
|
|
__all__ = ("RoyalnetException",)
|