Exception: Chronicle::ETL::PluginError

Inherits:
Error
  • Object
show all
Defined in:
lib/chronicle/etl/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ PluginError

Returns a new instance of PluginError.



28
29
30
31
# File 'lib/chronicle/etl/exceptions.rb', line 28

def initialize(name)
  super
  @name = name
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



26
27
28
# File 'lib/chronicle/etl/exceptions.rb', line 26

def name
  @name
end