Skip to content

Commit 87d42d6

Browse files
committed
Update SetaFpdf.php
1 parent 37d4bfc commit 87d42d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SetaFpdf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function AddPage($orientation = '', $size = '', $rotation = 0)
186186
*/
187187
public function AliasNbPages()
188188
{
189-
throw new \SetaPDF_Exception_NotImplemented('This method is not supported in SetaFpdf.');
189+
throw new \SetaPDF_Exception_NotImplemented('The method "AliasNbPages" is not supported in SetaFpdf.');
190190
}
191191

192192
/**

0 commit comments

Comments
 (0)