Sha256: 561ea33c660f3cf175ca0163a8bd9f4e8110b39815fdad6deb9146b3a4ae36f0

Contents?: true

Size: 406 Bytes

Versions: 14

Compression:

Stored size: 406 Bytes

Contents

# encoding: utf-8
# 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

14 entries across 14 versions & 2 rubygems

Version Path
fluent-plugin-detect-memb-exceptions-0.0.2 vendor/bundle/ruby/2.0.0/gems/rubocop-0.42.0/lib/rubocop/error.rb
fluent-plugin-detect-memb-exceptions-0.0.1 vendor/bundle/ruby/2.0.0/gems/rubocop-0.42.0/lib/rubocop/error.rb
rubocop-0.43.0 lib/rubocop/error.rb
rubocop-0.42.0 lib/rubocop/error.rb
rubocop-0.41.2 lib/rubocop/error.rb
rubocop-0.41.1 lib/rubocop/error.rb
rubocop-0.41.0 lib/rubocop/error.rb
rubocop-0.40.0 lib/rubocop/error.rb
rubocop-0.39.0 lib/rubocop/error.rb
rubocop-0.38.0 lib/rubocop/error.rb
rubocop-0.37.2 lib/rubocop/error.rb
rubocop-0.37.1 lib/rubocop/error.rb
rubocop-0.37.0 lib/rubocop/error.rb
rubocop-0.36.0 lib/rubocop/error.rb