ActionController::Rescue

module ActionController::Rescue

Included modules:
ActiveSupport::Rescuable

This module is responsible to provide `rescue_from` helpers to controllers and configure when detailed exceptions must be shown.

Public Instance Methods

rescue_with_handler(exception) Show source
Calls superclass method 登录查看完整内容