Exception: Aws::Xray::Context::NotSetError
- Defined in:
- lib/aws/xray/context.rb
Instance Method Summary collapse
-
#initialize ⇒ NotSetError
constructor
A new instance of NotSetError.
Constructor Details
#initialize ⇒ NotSetError
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 |