Exception: Hairballs::PluginNotFound
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Hairballs::PluginNotFound
- Defined in:
- lib/hairballs/exceptions.rb
Instance Method Summary collapse
-
#initialize(plugin_name) ⇒ PluginNotFound
constructor
A new instance of PluginNotFound.
Constructor Details
#initialize(plugin_name) ⇒ PluginNotFound
Returns a new instance of PluginNotFound.
3 4 5 6 |
# File 'lib/hairballs/exceptions.rb', line 3 def initialize(plugin_name) = "Plugin not found: :#{plugin_name}." super() end |