We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PaginatorException
PaginatorInterface::withToken()
1 parent 15ddd6e commit bd34351Copy full SHA for bd34351
src/Paginator/PaginatorInterface.php
@@ -34,6 +34,8 @@ interface PaginatorInterface extends ReadableDataInterface
34
*
35
* @param PageToken|null $token Page token. `Null` if current page is first.
36
37
+ * @throws PaginatorException If page token is incorrect.
38
+ *
39
* @return static New instance.
40
41
* @see PageToken
0 commit comments