Exception: Aws::Xray::NotSetError

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

Instance Method Summary collapse

Constructor Details

#initializeNotSetError

Returns a new instance of NotSetError.



7
8
9
# File 'lib/aws/xray/errors.rb', line 7

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