Exception: GeneValidator::NoValidationError

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

Overview

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



57
58
59
60
# 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