Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
5858691f
Commit
5858691f
authored
Mar 02, 2020
by
Dominik Hebeler
Browse files
Logging on error
parent
2e4fcd83
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
5858691f
...
...
@@ -1397,6 +1397,7 @@ class MetaGer
Log
::
error
(
"Konnte Log Zeile nicht schreiben"
);
}
}
catch
(
\
Exception
$e
)
{
Log
::
error
(
$e
->
getMessage
());
return
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment