Exception: Pupu::PluginNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Pupu::PluginNotFoundError
- Defined in:
- lib/pupu/exceptions.rb
Instance Method Summary collapse
-
#initialize(plugin) ⇒ PluginNotFoundError
constructor
A new instance of PluginNotFoundError.
Constructor Details
#initialize(plugin) ⇒ PluginNotFoundError
Returns a new instance of PluginNotFoundError.
8 9 10 |
# File 'lib/pupu/exceptions.rb', line 8 def initialize(plugin) super("Plugin not found: #{plugin.inspect}") end |