Exception: Hcheck::Errors::ConfigurationError

Inherits:
HcheckError show all
Defined in:
lib/hcheck/errors.rb

Overview

Configuration related error

Constant Summary collapse

MSG =
'Hcheck configuration cannot not be found or read'

Instance Method Summary collapse

Constructor Details

#initialize(err) ⇒ ConfigurationError

Returns a new instance of ConfigurationError.



30
31
32
# File 'lib/hcheck/errors.rb', line 30

def initialize(err)
  super("#{MSG}\n#{err.class}\n#{err.message}")
end