Exception: GeneValidator::ReportClassError

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

Overview

Exception raised when a validation report class is not instance of

ValidationReport

Instance Method Summary collapse

Instance Method Details

#to_sObject



34
35
36
37
38
# File 'lib/genevalidator/exceptions.rb', line 34

def to_s
  "\nClass Type error: Possible causes include that the type of one of" \
  ' the validation reports is not a subclass of the ValidationReport' \
  " class.\n"
end