Exception: PGit::Configuration::MissingAttributesError

Inherits:
LayoutError
  • Object
show all
Defined in:
lib/pgit/configuration/missing_attributes_error.rb

Instance Method Summary collapse

Methods inherited from LayoutError

#prepend_general_message

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)
  @message = prepend_general_message "#{path} must have a path, id, and api_token for each project."
  super(@message)
end