2 namespace TYPO3\CMS\Extbase\Property\TypeConverter;
23 use TYPO3\CMS\Core\Type\Exception\InvalidValueExceptionInterface;
37 protected $sourceTypes = array(
'string',
'integer',
'float',
'boolean',
'array');
42 protected $targetType = \TYPO3\CMS\Core\Type\TypeInterface::class;
73 return new \TYPO3\CMS\Extbase\Error\Error($exception->getMessage(), 1381680012);