You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line stops the execution flow, without explanation. If this is for debug, you should remove it. If this is to deal with an error, use exceptions instead.
// Store game in runs dir$game->store();
} catch (Exception $e) {
die('<hr>ERROR: ' . (string) $e);
}
?><style type="text/css">
.world {
in index.php, line 86
Posted from SensioLabsInsight
The text was updated successfully, but these errors were encountered: