]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/filter/node/class_NodeInitializationFilter.php
Used exit() instead of die()
[hub.git] / application / hub / main / filter / node / class_NodeInitializationFilter.php
index 838e12aff4c48d557b36390ed88d42c6fe930c4e..6eaec8309b5cb0b333478599c004922135318113 100644 (file)
@@ -84,7 +84,7 @@ class NodeInitializationFilter extends BaseFilter implements Filterable {
                        $nodeInstance->addExtraFilters($applicationInstance->getControllerInstance(), $responseInstance);
                } catch (ClassNotFoundException $e) {
                        // This exception means, the node mode is invalid.
-                       // @TODO Can we rewrite this to app_die() ?
+                       // @TODO Can we rewrite this to app_exit() ?
                        $this->debugBackTrace('[' . __METHOD__ . ':' . __LINE__ . ']:  node mode ' . $nodeMode . ' is invalid.');
                }