RegistrationAwareDecoratingFactory.factory

Instantiates component of type T.

Instantiates component of type T. In case of some thrown exception, it will chain any thrown exception with an exception that has information about location where component was registered.

class RegistrationAwareDecoratingFactory(T)
@safe
T
factory
()

Return Value

Type: T

T instantiated component of type T.

Throws

AediException when another exception occurred during construction

Meta