1
0
mirror of synced 2025-01-17 22:11:41 +03:00

Merge branch 'DDC-1240'

This commit is contained in:
Benjamin Eberlei 2011-07-12 22:50:31 +02:00
commit fb11268255

View File

@ -33,6 +33,7 @@ class OptimisticLockException extends ORMException
public function __construct($msg, $entity)
{
parent::__construct($msg);
$this->entity = $entity;
}