Exception: JDKVersionError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/propane/helpers/version_error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



4
5
6
# File 'lib/propane/helpers/version_error.rb', line 4

def message
  'This version of propane requires at least JDK11 to work'
end