Exception: GitPlus::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/git_plus/error.rb

Overview

Root class of all gem related errors.

Instance Method Summary collapse

Constructor Details

#initialize(message = "Invalid Git+ action.") ⇒ Error

Returns a new instance of Error.



6
7
8
# File 'lib/git_plus/error.rb', line 6

def initialize message = "Invalid Git+ action."
  super message
end