Sha256: e9a0c38ef86b1a753b3526e8810f3c2a75976d03622739e4f0699ac67f9f644a
Contents?: true
Size: 288 Bytes
Versions: 1
Compression:
Stored size: 288 Bytes
Contents
module PGit class Configuration class MissingAttributesError < PGit::Configuration::LayoutError def initialize(path) @message = prepend_general_message "#{path} must have a path, id, and api_token for each project." super(@message) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pgit-0.0.4 | lib/pgit/configuration/missing_attributes_error.rb |