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