Sha256: ea23ad9d92b12c9f9ed582e2eef1edcecb06c62e6781a594dfedb79e9b7d5437
Contents?: true
Size: 330 Bytes
Versions: 2
Compression:
Stored size: 330 Bytes
Contents
module Zuora module Errors class InvalidValue < StandardError attr_reader :response def initialize(msg = nil, response = nil) @response = response super(msg) end end class InvalidCredentials < StandardError end class SoapConnectionError < StandardError end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
zuora-ruby-0.5.0 | lib/zuora/errors.rb |
zuora-ruby-0.4.0 | lib/zuora/errors.rb |