Exception: ThorSCMVersion::InvalidPrereleaseFormatError

Inherits:
TagFormatError show all
Defined in:
lib/thor-scmversion/errors.rb

Instance Method Summary collapse

Methods inherited from TagFormatError

#initialize

Methods inherited from SCMVersionError

status_code

Constructor Details

This class inherits a constructor from ThorSCMVersion::TagFormatError

Instance Method Details

#to_sObject



24
# File 'lib/thor-scmversion/errors.rb', line 24

def to_s; super + " Format must be: #{Prerelease::FORMAT.inspect}."; end