From 5ff7f444e95be2e3fa06298ac2cae92f045bd877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 7 Jul 2020 20:55:29 +0800 Subject: [PATCH] Added documentation to PageNuOutOfRangeError. --- mia_core/utils.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mia_core/utils.py b/mia_core/utils.py index 662d789..4576b84 100644 --- a/mia_core/utils.py +++ b/mia_core/utils.py @@ -166,4 +166,7 @@ class Pagination: class PageNoOutOfRangeError(Exception): + """The error thrown when the specified page number is out of + range. + """ pass \ No newline at end of file