Skip to content

Commit bd34351

Browse files
authored
Add exception PaginatorException to PaginatorInterface::withToken() phpdoc (#215)
1 parent 15ddd6e commit bd34351

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Paginator/PaginatorInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ interface PaginatorInterface extends ReadableDataInterface
3434
*
3535
* @param PageToken|null $token Page token. `Null` if current page is first.
3636
*
37+
* @throws PaginatorException If page token is incorrect.
38+
*
3739
* @return static New instance.
3840
*
3941
* @see PageToken

0 commit comments

Comments
 (0)