Exception: Git::Lint::Errors::Base
- Inherits:
-
StandardError
- Object
- StandardError
- Git::Lint::Errors::Base
- Defined in:
- lib/git/lint/errors/base.rb
Overview
The root class of gem related errors.
Instance Method Summary collapse
-
#initialize(message = "Invalid Git Lint action.") ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(message = "Invalid Git Lint action.") ⇒ Base
Returns a new instance of Base.
8 9 10 |
# File 'lib/git/lint/errors/base.rb', line 8 def initialize = "Invalid Git Lint action." super end |