Exception: RubyChecker::MissingSupportedVersionError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ruby_checker/errors.rb

Overview

MissingSupportedVersionError is raised whenever the supported version could not be guessed and it was not given.

Instance Method Summary collapse

Constructor Details

#initializeMissingSupportedVersionError

Returns a new instance of MissingSupportedVersionError.



24
25
26
# File 'lib/ruby_checker/errors.rb', line 24

def initialize
  super("Supported version could not be guessed and it was not provided")
end