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