Sha256: 76be94e4d0808e71c3a89b72f836d126cae30e7a16ff007fc95b138a008d17e8

Contents?: true

Size: 237 Bytes

Versions: 1

Compression:

Stored size: 237 Bytes

Contents

module PGit
  class CurrentProject
    class NoPathsMatchWorkingDirError < PGit::Error
      def initialize
        @message = "None of the project paths matches the working directory"
        super(@message)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pgit-0.0.4 lib/pgit/current_project/no_paths_match_working_dir_error.rb