Exception: GeneValidator::AliasDuplicationError

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

Overview

Exception raised when the are alias duplications

Instance Method Summary collapse

Instance Method Details

#to_sObject



65
66
67
68
# File 'lib/genevalidator/exceptions.rb', line 65

def to_s
  "\nAlias Duplication error: Possible cause: At least two validations" \
  " have the same CLI alias\n"
end