<?phpnamespaceDoctrine\ORM;/** * Exception thrown when a Proxy fails to retrieve an Entity result. * * @author robo * @since 2.0 */classEntityNotFoundExceptionextendsORMException{publicfunction__construct(){parent::__construct('Entity was found although one item was expected.');}}