ErrLookup › doctrine/instantiator

doctrine/instantiator

· PHP · 5 source files

Analyzed at cbb879d6ee on 2026-08-21. 7 documented errors.

Code / MessageTypeSeverityTags
The provided type "%s" is an interface, and cannot be instan
exception error php, instantiation, interface, reflection, doctrine-instantiator
The provided type "%s" is a trait, and cannot be instantiate
exception error php, instantiation, trait, reflection
The provided class "%s" does not exist
exception error php, class-not-found, autoloading, typo, composer
The provided class "%s" is abstract, and cannot be instantia
exception error php, instantiation, abstract-class, reflection
The provided class "%s" is an enum, and cannot be instantiat
exception error php, instantiation, enum, php-81
An exception was raised while trying to instantiate an insta
exception error php, unserialization, serializable, wakeup, doctrine-instantiator
Could not produce an instance of "%s" via un-serialization,
exception error php, unserialization, php-warning, error-handler, wakeup