NotInitializedError constructor
NotInitializedError()
Creates an instance of NotInitializedError
.
This constructor can be invoked when an object's methods or properties are accessed before the object has been properly initialized, typically in a scenario where initialization is required before usage.
Implementation
NotInitializedError();