Module: Excom

Extended by:
Plugins::Context::ExcomMethods
Defined in:
lib/excom.rb,
lib/excom/plugins.rb,
lib/excom/service.rb,
lib/excom/version.rb,
lib/excom/plugins/args.rb,
lib/excom/plugins/errors.rb,
lib/excom/plugins/rescue.rb,
lib/excom/plugins/sentry.rb,
lib/excom/plugins/status.rb,
lib/excom/plugins/caching.rb,
lib/excom/plugins/context.rb,
lib/excom/plugins/dry_types.rb,
lib/excom/plugins/pluggable.rb,
lib/excom/plugins/assertions.rb,
lib/excom/plugins/executable.rb,
lib/excom/plugins/failure_cause.rb,
lib/excom/plugins/sentry/sentinel.rb

Defined Under Namespace

Modules: Plugins Classes: Service

Constant Summary collapse

Sentry =
Plugins::Sentry::Sentinel
UNDEFINED =
Object.new.tap do |obj|
  def obj.to_s
    'UNDEFINED'.freeze
  end

  def obj.inspect
    'UNDEFINED'.freeze
  end

  obj.freeze
end
VERSION =
"1.0.0"

Method Summary

Methods included from Plugins::Context::ExcomMethods

context, with_context