Sha256: f64e361a8cef2ff475b551d99e5809eb45b7b88be33fc4c139d719bff8ab059e

Contents?: true

Size: 152 Bytes

Versions: 3

Compression:

Stored size: 152 Bytes

Contents

module Livefyre
  class LivefyreException < StandardError
    attr_reader :object
  
    def initialize(object)
      @object = object
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
livefyre-2.0.2 lib/livefyre/exceptions/livefyre_exception.rb
livefyre-2.0.1 lib/livefyre/exceptions/livefyre_exception.rb
livefyre-2.0.0 lib/livefyre/exceptions/livefyre_exception.rb