class XRay::ContextMissingError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/aws-xray-sdk/exceptions.rb, line 12 def initialize super('Cannot find any active segment or subsegment.') end