Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If a user sends `page[]=1` as a param, we'll get a Vector here, which will cause a ClassCastException instead of a NumberFormatException. So we'll just catch any exception here and return an error response instead of triggering a 500.
- Loading branch information