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

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

Instance Method Summary collapse

Constructor Details

#initializeNotSetError

Returns a new instance of NotSetError.



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

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