Exception: GeneValidator::ValidationClassError

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

Overview

Exception raised when a validation class is not instance of ValidationTest

Instance Method Summary collapse

Instance Method Details

#to_sObject



26
27
28
29
# File 'lib/genevalidator/exceptions.rb', line 26

def to_s
  "\nClass Type error: Possible cause include that one of the validations" \
  " is not a sub-class of ValidationTest\n"
end