Exception: Confman::ConfFileNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Confman::ConfFileNotFoundError
- Defined in:
- lib/confman.rb
Overview
end class << self
Instance Method Summary collapse
-
#initialize(msg) ⇒ ConfFileNotFoundError
constructor
A new instance of ConfFileNotFoundError.
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 |