Exception: CheckList::Exceptions::CoverageError
- Inherits:
-
StandardError
- Object
- StandardError
- CheckList::Exceptions::CoverageError
- Defined in:
- lib/exceptions.rb
Overview
Coverage errors
Instance Method Summary collapse
-
#initialize ⇒ CoverageError
constructor
A new instance of CoverageError.
Constructor Details
#initialize ⇒ CoverageError
Returns a new instance of CoverageError.
21 22 23 24 |
# File 'lib/exceptions.rb', line 21 def initialize super CheckList::Helpers.log "#{CheckList::Helpers.red}Insufficient Coverage#{CheckList::Helpers.white}" end |