DEBSOURCES
Skip Quicknav
sources / ruby-graphlient / 0.5.0-3 / lib / graphlient / errors / server_error.rb
1234567
module Graphlient module Errors class ServerError < Error attr_reader :status_code, :response end end end