Doctrine\OXM\OptimisticLockException::__construct PHP Method

__construct() public method

public __construct ( $msg, $entity )
    public function __construct($msg, $entity)
    {
        $this->entity = $entity;
    }