()
| 258 | |
| 259 | # Set a custom internal error message |
| 260 | def internalerror(): |
| 261 | web.ctx.status = '500 Internal Server Error' |
| 262 | return web.internalerror(str(render.__500())) |
| 263 | |
| 264 | |
| 265 | def flash(group, message): |
nothing calls this directly
no outgoing calls
no test coverage detected