Exception: Topsy::TopsyError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/topsy/errors.rb

Direct Known Subclasses

General

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data) ⇒ TopsyError

Returns a new instance of TopsyError.



5
6
7
8
# File 'lib/topsy/errors.rb', line 5

def initialize(data)
  @data = data
  super
end

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data.



3
4
5
# File 'lib/topsy/errors.rb', line 3

def data
  @data
end