Sha256: d7f14939e0b9f4adc4fb3f94a979b903ebad04ad8339cbdafefa6309cf63f45a

Contents?: true

Size: 259 Bytes

Versions: 1

Compression:

Stored size: 259 Bytes

Contents

module PGit
  class Configuration
    class ProjectMissingError < PGit::Configuration::LayoutError
      def initialize(path)
        @message = prepend_general_message "#{path} needs at least one 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/project_missing_error.rb