Documentation

UnexpectedValueException extends UnexpectedValueException
in package
implements ProxyException

Proxy Unexpected Value 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

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
$className :
$methodName :
$previous : Exception|null = null
Return values
self

proxyDirectoryNotWritable()

public static proxyDirectoryNotWritable(string $proxyDirectory) : self
Parameters
$proxyDirectory : string
Return values
self

Search results