diff options
| author | Cody Logan <cody@lokken.dev> | 2023-11-17 14:49:02 -0800 |
|---|---|---|
| committer | Cody Logan <cody@lokken.dev> | 2023-11-17 14:49:02 -0800 |
| commit | d78f25717567870d4bb991e9bca7451f925f29ac (patch) | |
| tree | 2f8df4e487b0264d9ef364fdf17dd5abe87ce5b7 /src/wikiget/exceptions.py | |
| parent | d2c6df9248d03a692bf51c5367ac6f6de6c46ad1 (diff) | |
| download | wikiget-d78f25717567870d4bb991e9bca7451f925f29ac.tar.gz wikiget-d78f25717567870d4bb991e9bca7451f925f29ac.zip | |
Add missing docstrings for modules
Diffstat (limited to 'src/wikiget/exceptions.py')
| -rw-r--r-- | src/wikiget/exceptions.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wikiget/exceptions.py b/src/wikiget/exceptions.py index c72a589..d9ca8b3 100644 --- a/src/wikiget/exceptions.py +++ b/src/wikiget/exceptions.py @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with Wikiget. If not, see <https://www.gnu.org/licenses/>. +"""Define exceptions specific to the program.""" + class ParseError(Exception): """Raised when some input is unable to be parsed as valid.""" |
