ArchiveObject.expectChild

Helper function to get a child, or throw an exception if the child doesn't exist.

class ArchiveObject
final
expectChild
(
string name
)

Parameters

name string

The name of the child to get.

Return Value

The child.

Meta