class GeneValidator::ReportClassError

Exception raised when a validation report class is not instance of

ValidationReport

Public Instance Methods

to_s() click to toggle source
# 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