PHP Class Doctrine\OXM\Types\ConversionException

Since: 2.0
Author: Benjamin Eberlei ([email protected])
Author: Guilherme Blanco ([email protected])
Author: Jonathan Wage ([email protected])
Author: Roman Borschel ([email protected])
Inheritance: extends Doctrine\OXM\OXMException
Show file Open project: doctrine/oxm

Public Methods

Method Description
conversionFailed ( string $value, string $toType ) : ConversionException Thrown when a Database to Doctrine Type Conversion fails.

Method Details

conversionFailed() public static method

Thrown when a Database to Doctrine Type Conversion fails.
public static conversionFailed ( string $value, string $toType ) : ConversionException
$value string
$toType string
return ConversionException