aboutsummaryrefslogtreecommitdiff
path: root/lib/Minz/CurrentPagePaginationException.php
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-05-07 21:35:08 +0200
committerGravatar GitHub <noreply@github.com> 2023-05-07 21:35:08 +0200
commit54c8de86c73ce831df7912428b4f9fd849d67aca (patch)
treeb6c0cf65ae8370ad09f2a1a94384afd60444bb62 /lib/Minz/CurrentPagePaginationException.php
parent9172b65cdbeb3cd19620e38df54669c5d8aa9983 (diff)
docs: language table added (#5375)
* docs: language table added * Update 05_Configuration.md * Update 05_Configuration.md * french docs * Unicode quote and a few fixes (Same search&replace aslo applied to a few other files) --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'lib/Minz/CurrentPagePaginationException.php')
-rw-r--r--lib/Minz/CurrentPagePaginationException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/CurrentPagePaginationException.php b/lib/Minz/CurrentPagePaginationException.php
index 973913afb..b3c8b2915 100644
--- a/lib/Minz/CurrentPagePaginationException.php
+++ b/lib/Minz/CurrentPagePaginationException.php
@@ -1,7 +1,7 @@
<?php
class Minz_CurrentPagePaginationException extends Minz_Exception {
public function __construct(int $page) {
- $message = 'Page number `' . $page . '` doesn\'t exist';
+ $message = 'Page number `' . $page . '` doesn’t exist';
parent::__construct ($message, self::ERROR);
}