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

 

Thanks in advance

Joon

-- 
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/a358793f-67c4-453b-a3fb-ec0c6fe11bcb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to