Exception: CheckList::Exceptions::CoverageError

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

Overview

Coverage errors

Instance Method Summary collapse

Constructor Details

#initializeCoverageError

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