Documentation
    Preparing search index...
    ErrorCreator: (message: string) => Exception

    A function to create custom errors when container fails. It can be used to point errors to the original source

    Type Declaration

      • (message: string): Exception
      • Parameters

        • message: string

          The error message to use

        Returns Exception

        Exception instance