# File lib/Borges/RequestHandler/Session.rb, line 404
  def with_error_handler(&block)
    begin
      block.call
    rescue Exception => e
      handle_error e
    end
  end