public static function InvalidArgumentException::proxyNamespaceRequired in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php \Doctrine\Common\Proxy\Exception\InvalidArgumentException::proxyNamespaceRequired()
Return value
self
1 call to InvalidArgumentException::proxyNamespaceRequired()
- ProxyGenerator::__construct in vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ ProxyGenerator.php - Initializes a new instance of the <tt>ProxyFactory</tt> class that is connected to the given <tt>EntityManager</tt>.
File
- vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ Exception/ InvalidArgumentException.php, line 66
Class
- InvalidArgumentException
- Proxy Invalid Argument Exception.
Namespace
Doctrine\Common\Proxy\ExceptionCode
public static function proxyNamespaceRequired() {
return new self('You must configure a proxy namespace');
}