Sha256: d823ddfa578311693296087698337e2305c10977834eb8a20be62dbe7969eab7

Contents?: true

Size: 245 Bytes

Versions: 2

Compression:

Stored size: 245 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module Service
    module Plugins
      module RescuesResultUnhandledExceptions
        module Constants
          DEFAULT_MAX_BACKTRACE_SIZE = 10
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
convenient_service-0.9.0 lib/convenient_service/service/plugins/rescues_result_unhandled_exceptions/constants.rb
convenient_service-0.8.0 lib/convenient_service/service/plugins/rescues_result_unhandled_exceptions/constants.rb