Exception: Confman::ConfFileNotFoundError

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

Overview

end class << self

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ConfFileNotFoundError

Returns a new instance of ConfFileNotFoundError.



47
48
49
# File 'lib/confman.rb', line 47

def initialize(msg)
  super(msg)
end