Exception: Rudy::SCM::CannotCreateTag

Inherits:
Error
  • Object
show all
Defined in:
lib/rudy/scm.rb

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Rudy::Error

Instance Method Details

#messageObject



12
13
14
# File 'lib/rudy/scm.rb', line 12

def message
  "There was an unknown problem creating a release tag (#{@obj})"
end