Exception: EY::Stonith::Config::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ey_stonith/config.rb

Direct Known Subclasses

FileNotFound, RequiredSetting

Instance Method Summary collapse

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, message)
  super("Config file #{path}: #{message}")
end