# File lib/gh/link_follower.rb, line 6
    def modify_hash(hash)
      hash = super
      setup_lazy_loading(hash) if hash['_links']
      hash
    rescue Exception => error
      raise Error.new(error, hash)
    end