Exception: GitXplorer::Error::NotFile

Inherits:
GitXplorer::Error show all
Defined in:
lib/git_xplorer/error/not_file.rb

Instance Method Summary collapse

Constructor Details

#initialize(dir) ⇒ NotFile

Returns a new instance of NotFile.



2
3
4
# File 'lib/git_xplorer/error/not_file.rb', line 2

def initialize(dir)
    super("Not a file: #{dir}")
end