Exception: PGit::Configuration::MissingAttributesError
- Inherits:
-
LayoutError
- Object
- StandardError
- Error
- LayoutError
- PGit::Configuration::MissingAttributesError
- Defined in:
- lib/pgit/configuration/missing_attributes_error.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ MissingAttributesError
constructor
A new instance of MissingAttributesError.
Methods inherited from LayoutError
Constructor Details
#initialize(path) ⇒ MissingAttributesError
Returns a new instance of MissingAttributesError.
4 5 6 7 |
# File 'lib/pgit/configuration/missing_attributes_error.rb', line 4 def initialize(path) = "#{path} must have a path, id, and api_token for each project." super() end |