Exception: PGit::CurrentProject::NoPathsMatchWorkingDirError

Inherits:
Error
  • Object
show all
Defined in:
lib/pgit/current_project/no_paths_match_working_dir_error.rb

Instance Method Summary collapse

Constructor Details

#initializeNoPathsMatchWorkingDirError

Returns a new instance of NoPathsMatchWorkingDirError.



4
5
6
7
# File 'lib/pgit/current_project/no_paths_match_working_dir_error.rb', line 4

def initialize
  @message = "None of the project paths matches the working directory"
  super(@message)
end