Exception: Redmine::PluginNotFound
- Inherits:
-
PluginError
- Object
- StandardError
- PluginError
- Redmine::PluginNotFound
- Defined in:
- lib/redmine/plugin.rb
Instance Attribute Summary
Attributes inherited from PluginError
Instance Method Summary collapse
Methods inherited from PluginError
Constructor Details
This class inherits a constructor from Redmine::PluginError
Instance Method Details
#to_s ⇒ Object
25 26 27 |
# File 'lib/redmine/plugin.rb', line 25 def to_s "Missing the plugin #{@plugin_id}" end |