Exception: WrongPathEx

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

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ WrongPathEx

Returns a new instance of WrongPathEx.



5
6
7
# File 'lib/rforward/exceptions.rb', line 5

def initialize path
  super("(#{path}) path must be exist and must be a directory ")
end