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

removed exception

parent b51ca9bd
No related branches found
No related tags found
No related merge requests found
......@@ -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"]);
......
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