On 19 June 2014 08:06, Anil Kumar <[email protected]> wrote:
> What exception cannot be handled with rescue_from method in application
> controller?
> e.g
> class ApplicationController < ActionController::Base
>   rescue_from Exception, with: error_handler
>   . . . . . . . . . .
> end
>
> 1). server errors
> 2). record not found (404)
> 3). routing errors
> 4). all of these

If you want help with your school work you should at least rephrase
the question so it is not quite so obvious.

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLvCQ7svOM6V3wvBTLS_wPN5D_DxyTtUSRm4L1yxdbMZ1g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to