# File lib/dbd_proxy/Proxy.rb, line 43
  def check_exception(obj)
    if obj.kind_of? Exception
      raise obj
    else
      obj
    end
  end