class GeneValidator::AliasDuplicationError
Exception raised when the are alias duplications
Public Instance Methods
to_s()
click to toggle source
# 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