Exception: EY::Stonith::Config::FileNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ FileNotFound

Returns a new instance of FileNotFound.



14
15
16
# File 'lib/ey_stonith/config.rb', line 14

def initialize(path)
  super(path, "File not found.")
end