class Hcheck::Errors::ConfigurationError

Configuration related error

Constants

MSG

Public Class Methods

new(err) click to toggle source
Calls superclass method Hcheck::Errors::HcheckError::new
# File lib/hcheck/errors.rb, line 30
def initialize(err)
  super("#{MSG}\n#{err.class}\n#{err.message}")
end