Exception: Stove::InvalidVersionError

Inherits:
Error
  • Object
show all
Defined in:
lib/stove/error.rb

Instance Method Summary collapse

Methods inherited from Error

set_exit_code

Instance Method Details

#messageObject



16
17
18
# File 'lib/stove/error.rb', line 16

def message
  'You must specify a valid version!'
end