class HaltException
- HaltException
- Exception
- Reference
- Object
Defined in:
todo_api/exceptions/halt_exception.crConstant Summary
-
DEFAULT_MESSAGE =
"A HTTP Handler was deliberately halted. If you're seeing this message in development it's probably because your handler is missing a `rescue HaltException... context... end` block."