ModuleNotBuiltException constructor

ModuleNotBuiltException(
  1. [String message = 'Module has not yet built! Must call build() first.']
)

Constructs a new Exception for when a Module should have been built before some action was taken.

Implementation

ModuleNotBuiltException(
    [super.message = 'Module has not yet built!  Must call build() first.']);