Class NotFoundException

Thrown when something can not find required element/object.

class NotFoundException
  : AediException ;

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