Exception: EY::Stonith::Config::Error
- Inherits:
-
StandardError
- Object
- StandardError
- EY::Stonith::Config::Error
- Defined in:
- lib/ey_stonith/config.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(path, message) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(path, message) ⇒ Error
Returns a new instance of Error.
8 9 10 |
# File 'lib/ey_stonith/config.rb', line 8 def initialize(path, ) super("Config file #{path}: #{}") end |