Exception: Omnibus::UnresolvableGitReference

Inherits:
Error
  • Object
show all
Defined in:
lib/omnibus/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(ref) ⇒ UnresolvableGitReference

Returns a new instance of UnresolvableGitReference.



318
319
320
321
322
# File 'lib/omnibus/exceptions.rb', line 318

def initialize(ref)
  super <<~EOH
    Could not resolve `#{ref}' to a valid git SHA-1.
  EOH
end