class WrongPathEx
Public Class Methods
new(path)
click to toggle source
Calls superclass method
# File lib/rforward/exceptions.rb, line 5 def initialize path super("(#{path}) path must be exist and must be a directory ") end