Class | PlugMan::PluginError |
In: |
src/PlugMan.rb
|
Parent: | RuntimeError |
Exceptions related to the plugin framework.
Valid types are:
:start_failed Plugin.start exited badly :stop_failed Plugin.stop exited badly :unknown For lazy coders!
error_type | [R] |
The type of error that occurred for the plugin, can be:
:start_failed Plugin.start exited badly :stop_failed Plugin.stop exited badly :unknown For lazy coders! |