Skip to content

EndOfGeneratorException

graph BT
N1["EndOfGeneratorException"] -->|inherits| N2["Exception"];
N2["Exception"] -->|inherits| N3["Stringable"];
N3["Stringable"] -->|inherits| N4["Any"];

Characteristics

Quality Value
Inherits Exception
Extends N/A
Decorators #sealed;
Is enum false
Is sealed true
Is extern false
Is abstract false
Is generator false
Has value semantics false
Has stored properties true
Should register destructor false
Has atomic memory false
Is copy assignable false
Is zero initializable false

Methods

construct

#default
#Gambol.function.alwaysinline
construct (s strictly @Self) -> Self

Properties

message

message String

trace_stack

trace_stack List[ExceptionTrace]