struct Athena::Framework::ErrorRenderer
inherits Struct
#
The default ATH::ErrorRendererInterface
, JSON serializes the exception.
Included modules
Athena::Framework::ErrorRendererInterface
Constructors#
Methods#
#render(exception : ::Exception) : ATH::Response
#
Renders the given exception into an ATH::Response
.