Class InvalidCastException

It is thrown when a factory detects that fetched object from DI container cannot be casted to required interface/class that should be passed to newly constructed object.

class InvalidCastException
  : AediException ;