Details
Description
Message in constructor should be assigned to exception message
Index: OptimisticLockException.php
===================================================================
— OptimisticLockException.php (revision 5)
+++ OptimisticLockException.php (working copy)
@@ -33,6 +33,7 @@
public function __construct($msg, $entity)
{ + $this->message = $msg; $this->entity = $entity; }