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