NotFoundException

Thrown when something can not find required element/object.

It is used by DI container to denote that a component that was requested is missing.

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