Sha256: 91c32f1ea09293a31fc723b4d137419a077b84fcae72e0979698c8482eba95d8
Contents?: true
Size: 243 Bytes
Versions: 3
Compression:
Stored size: 243 Bytes
Contents
# frozen_string_literal: true require_relative 'error' module Dragnet module Errors # An error to raise when the +path+ given for a +repos+ entry cannot be found. class RepoPathNotFoundError < Dragnet::Errors::Error; end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dragnet-5.3.1 | lib/dragnet/errors/repo_path_not_found_error.rb |
dragnet-5.3.0 | lib/dragnet/errors/repo_path_not_found_error.rb |
dragnet-5.2.1 | lib/dragnet/errors/repo_path_not_found_error.rb |