Exception: VimPK::Git::GitError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/vimpk/git.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message, output) ⇒ GitError

Returns a new instance of GitError.



8
9
10
11
# File 'lib/vimpk/git.rb', line 8

def initialize(message, output)
  super(message)
  @output = output
end

Instance Attribute Details

#outputObject (readonly)

Returns the value of attribute output.



6
7
8
# File 'lib/vimpk/git.rb', line 6

def output
  @output
end