InvalidArgumentException
extends InvalidArgumentException
in package
implements
ProxyException
Proxy Invalid Argument Exception.
Tags
Table of Contents
Interfaces
- ProxyException
- Base exception interface for proxy exceptions.
Methods
- classMustNotBeAbstract() : self
- classMustNotBeFinal() : self
- classMustNotBeReadOnly() : self
- invalidAutoGenerateMode() : self
- invalidClassNotFoundCallback() : self
- invalidPlaceholder() : self
- notProxyClass() : self
- proxyDirectoryRequired() : self
- proxyNamespaceRequired() : self
- unitializedProxyExpected() : self
Methods
classMustNotBeAbstract()
public
static classMustNotBeAbstract(string $className) : self
Parameters
- $className : string
Tags
Return values
selfclassMustNotBeFinal()
public
static classMustNotBeFinal(string $className) : self
Parameters
- $className : string
Tags
Return values
selfclassMustNotBeReadOnly()
public
static classMustNotBeReadOnly(string $className) : self
Parameters
- $className : string
Tags
Return values
selfinvalidAutoGenerateMode()
public
static invalidAutoGenerateMode(mixed $value) : self
Parameters
- $value : mixed
Return values
selfinvalidClassNotFoundCallback()
public
static invalidClassNotFoundCallback(mixed $callback) : self
Parameters
- $callback : mixed
Return values
selfinvalidPlaceholder()
public
static invalidPlaceholder(string $name) : self
Parameters
- $name : string
Return values
selfnotProxyClass()
public
static notProxyClass(string $className, string $proxyNamespace) : self
Parameters
- $className : string
- $proxyNamespace : string
Tags
Return values
selfproxyDirectoryRequired()
public
static proxyDirectoryRequired() : self
Return values
selfproxyNamespaceRequired()
public
static proxyNamespaceRequired() : self
Return values
selfunitializedProxyExpected()
public
static unitializedProxyExpected(Proxy $proxy) : self
Parameters
- $proxy : Proxy