class Crack::Handler::Error
- Crack::Handler::Error
- Crack::Handler::Base
- Reference
- Object
Overview
The Error Handler catches any unhandled exceptions and returns a 500 with a backtrace in text/plain format.
Defined in:
crack/error.crClass Method Summary
-
.instance
class method to return a singleton instance of this Controller
Instance Method Summary
-
#call(context)
Execution of this handler.