Exception text fix.

This commit is contained in:
Dennis Eichhorn 2016-03-27 23:09:12 +02:00
parent 7cc423281c
commit 98ff5af05b

View File

@ -406,6 +406,7 @@ abstract class DataMapperAbstract implements DataMapperInterface
$relReflectionClass = new \ReflectionClass(get_class($temp));
} else {
// todo: init other $relReflectionClass?!
throw new \Exception('This should never happen, I guess?!.');
}
foreach ($values as $key => &$value) {