Exception: Aws::Xray::Context::NotSetError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/aws/xray/context.rb

Instance Method Summary collapse

Constructor Details

#initializeNotSetError

Returns a new instance of NotSetError.



11
12
13
# File 'lib/aws/xray/context.rb', line 11

def initialize
  super('Context is not set for this thread')
end