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
3ecaed30
Commit
3ecaed30
authored
Feb 24, 2017
by
Dominik Hebeler
Browse files
Base gibt nun Zielführende Fehlermeldungen
parent
68fefaff
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Models/parserSkripte/BASE.php
View file @
3ecaed30
...
...
@@ -55,8 +55,7 @@ class BASE extends Searchengine
}
}
}
catch
(
\
Exception
$e
)
{
Log
::
error
(
"A problem occurred parsing results from
$this->name
:"
);
Log
::
error
(
$e
->
getMessage
());
Log
::
error
(
"A problem occurred parsing results from
$this->name
:
\n
"
.
$e
->
getMessage
()
.
"
\n
"
.
$result
);
return
;
}
}
...
...
Write
Preview
Supports
Markdown
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