Exception: Chronicle::ETL::PluginError
- Defined in:
- lib/chronicle/etl/exceptions.rb
Direct Known Subclasses
PluginConflictError, PluginLoadError, PluginNotAvailableError, PluginNotInstalledError
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ PluginError
constructor
A new instance of PluginError.
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
#name ⇒ Object (readonly)
Returns the value of attribute name.
26 27 28 |
# File 'lib/chronicle/etl/exceptions.rb', line 26 def name @name end |