| Exception | Description |
|---|---|
| FiberException |
An exception thrown by fiber when something goes unrecoverably wrong.
|
| FiberQueryException |
Signals that an exception occurred while running a
ConfigQuery. |
| FiberQueryException.MissingChild |
Checked exception thrown when a query fails to find a child
with a given name from an ancestor node.
|
| FiberQueryException.WrongType |
Checked exception thrown when a query finds a node of
a different type than expected.
|
| RuntimeFiberException |
An exception thrown by fiber when something goes unrecoverably wrong.
|