class XRay::EntityClosedError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/aws-xray-sdk/exceptions.rb, line 6
def initialize
  super('Segment or subsegment already ended.')
end