UnexpectedValueException
extends UnexpectedValueException
in package
implements
ProxyException
Proxy Unexpected Value Exception.
Tags
Table of Contents
Interfaces
- ProxyException
- Base exception interface for proxy exceptions.
Methods
- invalidParameterTypeHint() : self
- invalidReturnTypeHint() : self
- proxyDirectoryNotWritable() : self
Methods
invalidParameterTypeHint()
public
static invalidParameterTypeHint(string $className, string $methodName, string $parameterName[, Throwable|null $previous = null ]) : self
Parameters
- $className : string
- $methodName : string
- $parameterName : string
- $previous : Throwable|null = null
Tags
Return values
selfinvalidReturnTypeHint()
public
static invalidReturnTypeHint(string $className, string $methodName[, Throwable|null $previous = null ]) : self
Parameters
- $className : string
- $methodName : string
- $previous : Throwable|null = null
Tags
Return values
selfproxyDirectoryNotWritable()
public
static proxyDirectoryNotWritable(string $proxyDirectory) : self
Parameters
- $proxyDirectory : string