Sha256: e79c3e13debc76f630ae639293826c15b1ff08a3e2c2dbd6408325c68a7f5e55

Contents?: true

Size: 141 Bytes

Versions: 3

Compression:

Stored size: 141 Bytes

Contents

class Embedly::BadResponseException < RuntimeError
  attr_accessor :response

  def initialize response
    @response ||= response
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
embedly-1.3.0 lib/embedly/exceptions.rb
embedly-1.2.0 lib/embedly/exceptions.rb
embedly-1.1.0 lib/embedly/exceptions.rb