Fix empty catch statement error

This commit is contained in:
Tautvidas Sipavičius
2016-06-30 12:40:22 +03:00
parent c396254e64
commit 8a9d14319b

View File

@ -187,6 +187,7 @@ class Initializer {
$supervisor = new Supervisor();
$supervisor->checkDaemon();
} catch(\Exception $e) {
// Prevent Daemon exceptions from breaking out and breaking UI
}
}