Class | Exception |
In: |
lib/merb-core/controller/exceptions.rb
|
Parent: | Object |
Returns the action_name that will be invoked on your Exceptions controller when an instance is raised during a request.
String: | The name of the action in the Exceptions controller which will get invoked |
when an instance of this Exception sub/class is raised by an action.
:api: public @overridable
Returns the action_name that will be invoked on your Exceptions controller when this exception is raised. Override this method to force a different action to be invoked.
String: | The name of the action in the Exceptions controller which will get invoked |
when this exception is raised during a request.
:api: public @overridable