DDC-1240 - Fix optimistic lock exception loosing the message
This commit is contained in:
parent
5733574867
commit
98fabd98be
@ -33,6 +33,7 @@ class OptimisticLockException extends ORMException
|
|||||||
|
|
||||||
public function __construct($msg, $entity)
|
public function __construct($msg, $entity)
|
||||||
{
|
{
|
||||||
|
parent::__construct($msg);
|
||||||
$this->entity = $entity;
|
$this->entity = $entity;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user