Exception: PGit::CurrentProject::NoPathsMatchWorkingDirError
- Inherits:
-
Error
- Object
- StandardError
- Error
- PGit::CurrentProject::NoPathsMatchWorkingDirError
- Defined in:
- lib/pgit/current_project/no_paths_match_working_dir_error.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPathsMatchWorkingDirError
constructor
A new instance of NoPathsMatchWorkingDirError.
Constructor Details
#initialize ⇒ NoPathsMatchWorkingDirError
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 |