class Aws::Xray::NotSetError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/aws/xray/errors.rb, line 7 def initialize super('Context is not set for this thread') end