Exception: XRay::EntityClosedError
- Inherits:
-
AwsXRaySdkError
- Object
- StandardError
- AwsXRaySdkError
- XRay::EntityClosedError
- Defined in:
- lib/aws-xray-sdk/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ EntityClosedError
constructor
A new instance of EntityClosedError.
Constructor Details
#initialize ⇒ EntityClosedError
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 |