Exception: GeneValidator::ValidationClassError

Inherits:
RuntimeError
  • 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



25
26
27
28
# 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