class GeneValidator::ValidationClassError

Exception raised when a validation class is not instance of ValidationTest

Public Instance Methods

to_s() click to toggle source
# File lib/genevalidator/exceptions.rb, line 25
def to_s
  "\nClass Type error: Possible cause include that one of the validations" \
  " is not a sub-class of ValidationTest\n"
end