class GeneValidator::NoValidationError

Exception raised when the -v argument didn't filter any validatio test

Public Instance Methods

to_s() click to toggle source
# File lib/genevalidator/exceptions.rb, line 57
def to_s
  "\nValidation error: Possible cause inlcude that the -v arguments" \
  " supplied is not valid\n"
end