Added documentation to PageNuOutOfRangeError.
This commit is contained in:
parent
d48d1b017a
commit
5ff7f444e9
@ -166,4 +166,7 @@ class Pagination:
|
|||||||
|
|
||||||
|
|
||||||
class PageNoOutOfRangeError(Exception):
|
class PageNoOutOfRangeError(Exception):
|
||||||
|
"""The error thrown when the specified page number is out of
|
||||||
|
range.
|
||||||
|
"""
|
||||||
pass
|
pass
|
Loading…
Reference in New Issue
Block a user