Sha256: 29e5ace59a438e011ae69b1a81ad77fcffbba3b67fae12738935e01410ac230a

Contents?: true

Size: 155 Bytes

Versions: 3

Compression:

Stored size: 155 Bytes

Contents

class Kintone::Error < StandardError
  attr_reader :response

  def initialize(response)
    super(response['message'])
    @response = response
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kintone-client-0.1.2 lib/kintone/client/error.rb
kintone-client-0.1.1 lib/kintone/client/error.rb
kintone-client-0.1.0 lib/kintone/client/error.rb