Exception: Git::Lint::Errors::Base

Inherits:
StandardError
  • Object
show all
Defined in:
lib/git/lint/errors/base.rb

Overview

The root class of gem related errors.

Direct Known Subclasses

SHA, Severity

Instance Method Summary collapse

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 message = "Invalid Git Lint action."
  super
end