Sha256: 9f051b958e795f4c9eeff4881194b33e82c53621ea02a67605dfee96d63542c0

Contents?: true

Size: 388 Bytes

Versions: 6824

Compression:

Stored size: 388 Bytes

Contents

# frozen_string_literal: true

module RuboCop
  # An Error exception is different from an Offense with severity 'error'
  # When this exception is raised, it means that RuboCop is unable to perform
  # a requested action (probably due to misconfiguration) and must stop
  # immediately, rather than carrying on
  class Error < StandardError; end

  class ValidationError < Error; end
end

Version data entries

6,824 entries across 6,818 versions & 27 rubygems

Version Path
rubocop-0.63.0 lib/rubocop/error.rb
rubocop-0.62.0 lib/rubocop/error.rb
rubocop-0.61.1 lib/rubocop/error.rb
rubocop-0.61.0 lib/rubocop/error.rb
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/config_gems_initialization_aim-0.1.1/vendor/bundle/ruby/2.5.0/gems/rubocop-0.60.0/lib/rubocop/error.rb
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/rubocop-0.60.0/lib/rubocop/error.rb
config_gems_initialization_aim-0.1.3 vendor/bundle/ruby/2.5.0/gems/rubocop-0.60.0/lib/rubocop/error.rb
config_gems_initialization_aim-0.1.3 vendor/bundle/ruby/2.5.0/gems/config_gems_initialization_aim-0.1.1/vendor/bundle/ruby/2.5.0/gems/rubocop-0.60.0/lib/rubocop/error.rb
rubocop-0.60.0 lib/rubocop/error.rb
rubocop-0.59.2 lib/rubocop/error.rb
rubocop-0.59.1 lib/rubocop/error.rb
rubocop-0.59.0 lib/rubocop/error.rb
dirwatch-0.0.9 vendor/bundle/ruby/2.5.0/gems/rubocop-0.46.0/lib/rubocop/error.rb
dirwatch-0.0.8 vendor/bundle/ruby/2.5.0/gems/rubocop-0.46.0/lib/rubocop/error.rb
rubocop-0.58.2 lib/rubocop/error.rb
rubocop-0.58.1 lib/rubocop/error.rb
rubocop-0.58.0 lib/rubocop/error.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/rubocop-0.57.2/lib/rubocop/error.rb
rubocop-0.57.2 lib/rubocop/error.rb
rubocop-0.57.1 lib/rubocop/error.rb