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.46.0 | lib/rubocop/error.rb |
rubocop-0.45.0 | lib/rubocop/error.rb |
rubocop-0.44.1 | lib/rubocop/error.rb |
rubocop-0.44.0 | lib/rubocop/error.rb |