mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-07 04:58:40 +00:00
Exception text fix.
This commit is contained in:
parent
7cc423281c
commit
98ff5af05b
|
|
@ -406,6 +406,7 @@ abstract class DataMapperAbstract implements DataMapperInterface
|
||||||
$relReflectionClass = new \ReflectionClass(get_class($temp));
|
$relReflectionClass = new \ReflectionClass(get_class($temp));
|
||||||
} else {
|
} else {
|
||||||
// todo: init other $relReflectionClass?!
|
// todo: init other $relReflectionClass?!
|
||||||
|
throw new \Exception('This should never happen, I guess?!.');
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($values as $key => &$value) {
|
foreach ($values as $key => &$value) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user