« Back
Sammy.Application error ( message, original_error )
The base error handler takes a string message and an Error
object. If raise_errors is set to true on the app level,
this will re-throw the error to the browser. Otherwise it will send the error
to log(). Override this method to provide custom error handling
e.g logging to a server side component or displaying some feedback to the
user.
comments powered by Disqus