mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
Improve documentation of royalnet.exc
This commit is contained in:
parent
33ae110679
commit
ba0859d58c
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
"""
|
||||
This module exports the base exceptions used in all :mod:`royalnet` modules.
|
||||
This module exports the exceptions used in :mod:`royalnet`.
|
||||
"""
|
||||
|
||||
|
||||
class RoyalnetException(Exception):
|
||||
"""An exception raised by a Royalnet module."""
|
||||
"""Base class for all other :mod:`royalnet` exceptions."""
|
||||
|
||||
|
||||
__all__ = ("RoyalnetException",)
|
||||
|
|
Loading…
Reference in a new issue