throw e
This commit is contained in:
parent
7f603f770a
commit
de85bde9e3
@ -306,7 +306,9 @@ class ManiaControl implements CommandListener {
|
|||||||
} catch(Exception $e) {
|
} catch(Exception $e) {
|
||||||
if ($e->getMessage() == 'Connection interupted') {
|
if ($e->getMessage() == 'Connection interupted') {
|
||||||
$this->quit($e->getMessage());
|
$this->quit($e->getMessage());
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
throw $e;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Manage FileReader
|
// Manage FileReader
|
||||||
|
Loading…
Reference in New Issue
Block a user