Exception: ConfigNotFoundEx

Inherits:
BaseRforwardEx show all
Defined in:
lib/rforward/exceptions.rb

Instance Method Summary collapse

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