class ConfigNotFoundEx
Public Class Methods
new(config)
click to toggle source
Calls superclass method
# File lib/rforward/exceptions.rb, line 11 def initialize config super("(#{config}) config yml not found create config first 'rforward create config'") end