Exception: ConfigNotFoundEx
- Inherits:
-
BaseRforwardEx
- Object
- StandardError
- BaseRforwardEx
- ConfigNotFoundEx
- Defined in:
- lib/rforward/exceptions.rb
Instance Method Summary collapse
-
#initialize(config) ⇒ ConfigNotFoundEx
constructor
A new instance of ConfigNotFoundEx.
Constructor Details
#initialize(config) ⇒ ConfigNotFoundEx
Returns a new instance of ConfigNotFoundEx.
11 12 13 |
# File 'lib/rforward/exceptions.rb', line 11 def initialize config super("(#{config}) config yml not found create config first 'rforward create config'") end |