Sha256: 92ac9a0c25181181f741d865b6104cdb58a126cf6d939b33e768b1618e6edb6f

Contents?: true

Size: 159 Bytes

Versions: 8

Compression:

Stored size: 159 Bytes

Contents

# frozen_string_literal: true

module Reek
  module Errors
    # Base class for all runtime Reek errors
    class BaseError < ::RuntimeError
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
reek-4.7.3 lib/reek/errors/base_error.rb
reek-4.7.2 lib/reek/errors/base_error.rb
reek-4.7.1 lib/reek/errors/base_error.rb
reek-4.7.0 lib/reek/errors/base_error.rb
reek-4.6.2 lib/reek/errors/base_error.rb
reek-4.6.1 lib/reek/errors/base_error.rb
reek-4.6.0 lib/reek/errors/base_error.rb
reek-4.5.6 lib/reek/errors/base_error.rb