mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +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));
|
||||
} else {
|
||||
// todo: init other $relReflectionClass?!
|
||||
throw new \Exception('This should never happen, I guess?!.');
|
||||
}
|
||||
|
||||
foreach ($values as $key => &$value) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user