Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
Proxy
Commits
27bc7172
Commit
27bc7172
authored
Sep 29, 2022
by
Dominik Hebeler
Browse files
removed exception
parent
b51ca9bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
proxy/app/Console/Commands/RequestFetcher.php
View file @
27bc7172
...
...
@@ -58,7 +58,6 @@ class RequestFetcher extends Command
*/
public
function
handle
()
{
throw
new
Exception
(
"test exception"
);
$pidFile
=
"/tmp/fetcher"
;
\
pcntl_signal
(
SIGINT
,
[
$this
,
"sig_handler"
]);
\
pcntl_signal
(
SIGTERM
,
[
$this
,
"sig_handler"
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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