Doctrine


Doctrine\ORM\EntityNotFoundException
/Doctrine/ORM/EntityNotFoundException.php at line 11

Class EntityNotFoundException

Class:EntityNotFoundException - Superclass: ORMException
Class:ORMException - Superclass: Exception
Exception
⌊ ORMException
⌊ EntityNotFoundException

public class EntityNotFoundException
extends ORMException

Exception thrown when a Proxy fails to retrieve an Entity result.

Author:
robo
Since:
2.0

Constructor Summary

EntityNotFoundException()

Methods inherited from Doctrine\ORM\ORMException
detachedEntityCannotBeRemoved, entityManagerClosed, entityMissingAssignedId, findByRequiresParameter, invalidEntityState, invalidFindByCall, invalidFlushMode, invalidHydrationMode, invalidResultCacheDriver, metadataCacheNotConfigured, mismatchedEventManager, missingMappingDriverImpl, notSupported, proxyClassesAlwaysRegenerating, queryCacheNotConfigured, removedEntityInCollectionDetected, unknownEntityNamespace, unrecognizedField

Constructor Detail

/Doctrine/ORM/EntityNotFoundException.php at line 13

EntityNotFoundException

public EntityNotFoundException()

Doctrine