Documentation

InvalidArgumentException extends InvalidArgumentException
in package
implements ProxyException

Proxy Invalid Argument Exception.

Tags
link
www.doctrine-project.org
since
2.4
author

Marco Pivetta ocramius@gmail.com

Interfaces, Classes and Traits

ProxyException
Base exception interface for proxy exceptions.

Table of Contents

invalidClassNotFoundCallback()  : self
invalidPlaceholder()  : self
notProxyClass()  : self
proxyDirectoryRequired()  : self
proxyNamespaceRequired()  : self
unitializedProxyExpected()  : self

Methods

invalidClassNotFoundCallback()

public static invalidClassNotFoundCallback(mixed $callback) : self
Parameters
$callback : mixed
Return values
self

invalidPlaceholder()

public static invalidPlaceholder(string $name) : self
Parameters
$name : string
Return values
self

notProxyClass()

public static notProxyClass(string $className, string $proxyNamespace) : self
Parameters
$className : string
$proxyNamespace : string
Return values
self

Search results