Throw a helpful error when returning an empty list in pageListBuilder
#33
Labels
enhancement
New feature or request
pageListBuilder
#33
Description
When you return a list empty in the
pageListBuilder
(this could happen if the provided list is empty or not initialized), it throws an unhelpful error.Instead, throw an error that says
pageListBuilder
is empty and at least one page should be provided.Code sample
expand to view the code sample
The text was updated successfully, but these errors were encountered: