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!

Methods

new  

Attributes

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!

Public Class methods

Create a new PluginError specifying the type of error.

[Validate]