|
|
@@ -198,7 +198,8 @@ class ApproachDeclarationLoopForm extends Model
|
|
|
return $result;
|
|
|
} catch (\Exception $e){
|
|
|
$transaction->rollBack();
|
|
|
- $this->addError('add', $e->getFile() . ' ' . $e->getLine() . ' ' . $e->getMessage());
|
|
|
+// $this->addError('add', $e->getFile() . ' ' . $e->getLine() . ' ' . $e->getMessage());
|
|
|
+ $this->addError('add', $e->getMessage());
|
|
|
return null;
|
|
|
}
|
|
|
}
|