Errors::Show
Inherits Lucky::RequestTypeHelpers / Lucky::ErrorAction / Lucky::Exposable / Lucky::Redirectable / Habitat::SettingsHelpers / Habitat::TempConfig / Lucky::Renderable / Lucky::ParamHelpers / Lucky::ActionDelegates / Reference / Object
This class handles error responses and reporting.
https://luckyframework.org/guides/http-and-routing/error-handling
Constants
This class handles error responses and reporting.
https://luckyframework.org/guides/http-and-routing/error-handling
Instance methods
If none of the 'render' methods return a response for the raised Exception, Lucky will use this method.
When the request is JSON and an InvalidOperationError is raised, show a helpful error with the param that is invalid, and what was wrong with it.
Always keep this below other 'render' methods or it may override your custom 'render' methods.