Class: TableSync::UnregisteredPluginError
- Inherits:
-
PluginError
- Object
- TableSync::UnregisteredPluginError
- Defined in:
- lib/table_sync/errors.rb
Overview
Instance Method Summary collapse
-
#initialize(plugin_name) ⇒ UnregisteredPluginError
constructor
A new instance of UnregisteredPluginError.
Constructor Details
#initialize(plugin_name) ⇒ UnregisteredPluginError
Returns a new instance of UnregisteredPluginError.
36 37 38 |
# File 'lib/table_sync/errors.rb', line 36 def initialize(plugin_name) super("#{plugin_name} plugin is not registered") end |