Exception: WrongPathEx
- Inherits:
-
BaseRforwardEx
- Object
- StandardError
- BaseRforwardEx
- WrongPathEx
- Defined in:
- lib/rforward/exceptions.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ WrongPathEx
constructor
A new instance of WrongPathEx.
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 |