SetExceptionHandle set custom error handler
(handler ExceptionHandle)
| 281 | |
| 282 | // SetExceptionHandle set custom error handler |
| 283 | func (app *DotWeb) SetExceptionHandle(handler ExceptionHandle) { |
| 284 | app.ExceptionHandler = handler |
| 285 | } |
| 286 | |
| 287 | // SetNotFoundHandle set custom 404 handler |
| 288 | func (app *DotWeb) SetNotFoundHandle(handler StandardHandle) { |
no outgoing calls
no test coverage detected