mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 05:24:20 +00:00
6 lines
123 B
Python
6 lines
123 B
Python
|
class RoyalnetException(Exception):
|
||
|
"""An exception raised by a Royalnet module."""
|
||
|
|
||
|
|
||
|
__all__ = ("RoyalnetException",)
|