InvalidArgumentException
extends InvalidArgumentException
in package
implements
ProxyException
Proxy Invalid Argument Exception.
Tags
Interfaces, Classes, Traits and Enums
- ProxyException
- Base exception interface for proxy exceptions.
Table of Contents
- classMustNotBeAbstract() : self
- classMustNotBeFinal() : 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
self —classMustNotBeFinal()
public
static classMustNotBeFinal(string $className) : self
Parameters
- $className : string
Tags
Return values
self —invalidAutoGenerateMode()
public
static invalidAutoGenerateMode(mixed $value) : self
Parameters
- $value : mixed
Return values
self —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
Tags
Return values
self —proxyDirectoryRequired()
public
static proxyDirectoryRequired() : self
Return values
self —proxyNamespaceRequired()
public
static proxyNamespaceRequired() : self
Return values
self —unitializedProxyExpected()
public
static unitializedProxyExpected(Proxy $proxy) : self
Parameters
- $proxy : Proxy