class Omnibus::UnresolvableGitReference

Public Class Methods

new(ref) click to toggle source
Calls superclass method
# File lib/omnibus/exceptions.rb, line 318
    def initialize(ref)
      super <<~EOH
        Could not resolve `#{ref}' to a valid git SHA-1.
      EOH
    end