Exception: PGit::Configuration::ProjectMissingError
- Inherits:
-
LayoutError
- Object
- StandardError
- Error
- LayoutError
- PGit::Configuration::ProjectMissingError
- Defined in:
- lib/pgit/configuration/project_missing_error.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ ProjectMissingError
constructor
A new instance of ProjectMissingError.
Methods inherited from LayoutError
Constructor Details
#initialize(path) ⇒ ProjectMissingError
Returns a new instance of ProjectMissingError.
4 5 6 7 |
# File 'lib/pgit/configuration/project_missing_error.rb', line 4 def initialize(path) @message = "#{path} needs at least one project." super(@message) end |