Better exceptions
This commit is contained in:
parent
d78c926d9f
commit
5ee47f3d89
@ -349,7 +349,7 @@ trait TL
|
|||||||
$constructorData = $this->constructors->find_by_predicate($type['type'], $layer);
|
$constructorData = $this->constructors->find_by_predicate($type['type'], $layer);
|
||||||
|
|
||||||
if ($constructorData === false) {
|
if ($constructorData === false) {
|
||||||
throw new Exception('Predicate was not set!');
|
throw new Exception('Predicate (value under _) was not set!');
|
||||||
}
|
}
|
||||||
$auto = true;
|
$auto = true;
|
||||||
$object['_'] = $constructorData['predicate'];
|
$object['_'] = $constructorData['predicate'];
|
||||||
|
Loading…
Reference in New Issue
Block a user