class RubyChecker::MissingSupportedVersionError
MissingSupportedVersionError
is raised whenever the supported version could not be guessed and it was not given.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/ruby_checker/errors.rb, line 24 def initialize super("Supported version could not be guessed and it was not provided") end