Sha256: a4feb4d14907f77017d8118f642409643169a5d47a480edea7302c7b052b7280

Contents?: true

Size: 176 Bytes

Versions: 2

Compression:

Stored size: 176 Bytes

Contents

module Motivosity
  class Error < ::StandardError
    attr_accessor :response, :response_body
  end
  class UnauthorizedError < Error; end
  class BalanceError < Error; end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mvclient-0.0.2 lib/mvclient/error.rb
mvclient-0.0.1 lib/mvclient/error.rb