Added documentation to PageNuOutOfRangeError.

This commit is contained in:
依瑪貓 2020-07-07 20:55:29 +08:00
parent d48d1b017a
commit 5ff7f444e9

View File

@ -166,4 +166,7 @@ class Pagination:
class PageNoOutOfRangeError(Exception):
"""The error thrown when the specified page number is out of
range.
"""
pass