Exception: GitPlus::Error
- Inherits:
-
StandardError
- Object
- StandardError
- GitPlus::Error
- Defined in:
- lib/git_plus/error.rb
Overview
Root class of all gem related errors.
Instance Method Summary collapse
-
#initialize(message = "Invalid Git+ action.") ⇒ Error
constructor
A new instance of Error.
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 = "Invalid Git+ action." super end |