Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
David LevinDavid LevinReporter
Luis MajanoLuis MajanoComponents
Fix versions
Priority
Major
Details
Details
Assignee
David Levin
David LevinReporter
Luis Majano
Luis MajanoComponents
Fix versions
Priority
Sentry
Sentry
Sentry
Created June 15, 2022 at 7:44 PM
Updated June 17, 2022 at 3:27 PM
Resolved June 17, 2022 at 3:27 PM
This change allows for more customizable 404 entity not found exception responses. This should benefit everyone using Quick since methods like
findOrFail()
provide a default exception message and it can be customized via arguments. Passing the message through to the client will help create more friendly (and detailed) error messages. Users can also default to the generic message by providing an empty string asexception.message
as well.