Exception: Pupu::PluginNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pupu/exceptions.rb

Instance Method Summary collapse

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