Skip to content
Snippets Groups Projects
Commit 5858691f authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Logging on error

parent 2e4fcd83
No related branches found
No related tags found
1 merge request!1546Development
......@@ -1397,6 +1397,7 @@ class MetaGer
Log::error("Konnte Log Zeile nicht schreiben");
}
} catch (\Exception $e) {
Log::error($e->getMessage());
return;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment