Exception: XRay::EntityClosedError

Inherits:
AwsXRaySdkError show all
Defined in:
lib/aws-xray-sdk/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeEntityClosedError

Returns a new instance of EntityClosedError.



6
7
8
# File 'lib/aws-xray-sdk/exceptions.rb', line 6

def initialize
  super('Segment or subsegment already ended.')
end