Exception: NotAbsolutePathError
- Inherits:
-
StandardError
- Object
- StandardError
- NotAbsolutePathError
- Defined in:
- lib/gitignore_parser.rb
Instance Method Summary collapse
-
#initialize ⇒ NotAbsolutePathError
constructor
A new instance of NotAbsolutePathError.
Constructor Details
#initialize ⇒ NotAbsolutePathError
Returns a new instance of NotAbsolutePathError.
45 46 47 |
# File 'lib/gitignore_parser.rb', line 45 def initialize super("Supplied path is not an absolute path") end |