Sha256: 35cd19df7be00a188a17037d410544a0809ca597cca4daa4f7608b35620badc0

Contents?: true

Size: 136 Bytes

Versions: 8

Compression:

Stored size: 136 Bytes

Contents

class UptimeRobot::Error < StandardError
  attr_reader :json

  def initialize(json)
    @json = json
    super(json.inspect)
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
uptimerobot-0.2.0 lib/uptimerobot/error.rb
uptimerobot-0.1.6 lib/uptimerobot/error.rb
uptimerobot-0.1.5 lib/uptimerobot/error.rb
uptimerobot-0.1.4 lib/uptimerobot/error.rb
uptimerobot-0.1.3 lib/uptimerobot/error.rb
uptimerobot-0.1.2 lib/uptimerobot/error.rb
uptimerobot-0.1.1 lib/uptimerobot/error.rb
uptimerobot-0.1.0 lib/uptimerobot/error.rb