Exception: NotAbsolutePathError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/gitignore_parser.rb

Instance Method Summary collapse

Constructor Details

#initializeNotAbsolutePathError

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