module RailsTwirp::Rescue

Private Instance Methods

process_action(*) click to toggle source
Calls superclass method
# File lib/rails_twirp/rescue.rb, line 8
def process_action(*)
  super
rescue Exception => exception
  rescue_with_handler(exception) || raise
end