InProgressException

Thrown when a new object is requested from factory when it is already in process of creating another one.

Usually it tells the DI that there is a circular dependency when it tries to construct a object.

Constructors

this
this(string msg, string file, size_t line, Throwable next)
Undocumented in source.
this
this(string msg, Throwable next, string file, size_t line)
Undocumented in source.

Meta