Sha256: 0eae05209dc1abf93ec3e24e8bc873e92e1d4668cf2566189a6c971260c379a3

Contents?: true

Size: 157 Bytes

Versions: 11

Compression:

Stored size: 157 Bytes

Contents

module RestPack
  class Error
    attr_accessor :key, :message

    def initialize(key, message)
      @key = key
      @message = message
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
restpack_service-0.0.24 lib/restpack_service/error.rb
restpack_service-0.0.21 lib/restpack_service/error.rb
restpack_service-0.0.20 lib/restpack_service/error.rb
restpack_service-0.0.19 lib/restpack_service/error.rb
restpack_service-0.0.18 lib/restpack_service/error.rb
restpack_service-0.0.17 lib/restpack_service/error.rb
restpack_service-0.0.16 lib/restpack_service/error.rb
restpack_service-0.0.8 lib/restpack_service/error.rb
restpack_service-0.0.7 lib/restpack_service/error.rb
restpack_service-0.0.5 lib/restpack_service/error.rb
restpack_service-0.0.3 lib/restpack_service/error.rb