Sha256: daba55ec88c51aacc8a30c60c5c3a631666bb34bbbada6a1df580799ae6e2858
Contents?: true
Size: 271 Bytes
Versions: 7
Compression:
Stored size: 271 Bytes
Contents
# frozen_string_literal: true module Trav3 class InvalidRepository < StandardError def message "The repository format was invlaid. You must either provide the digit name for the repository, or `user/repo` or `user%2Frepo` as the name." end end end
Version data entries
7 entries across 7 versions & 1 rubygems