Exception: R10K::Git::UnresolvableRefError

Inherits:
GitError
  • Object
show all
Defined in:
lib/r10k/git/errors.rb

Instance Attribute Summary collapse

Attributes inherited from GitError

#git_dir

Attributes inherited from Error

#original

Instance Method Summary collapse

Methods inherited from GitError

#message

Methods inherited from Error

wrap

Constructor Details

#initialize(mesg, options = {}) ⇒ UnresolvableRefError

Returns a new instance of UnresolvableRefError.



28
29
30
31
# File 'lib/r10k/git/errors.rb', line 28

def initialize(mesg, options = {})
  super
  @ref = @options[:ref]
end

Instance Attribute Details

#refObject (readonly)

Returns the value of attribute ref.



26
27
28
# File 'lib/r10k/git/errors.rb', line 26

def ref
  @ref
end