]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/commands/web/class_WebDoFormCommand.php
Deug backtraces centralized
[shipsimu.git] / inc / classes / main / commands / web / class_WebDoFormCommand.php
index 79f292a7a76dda6b3543a0020c86122af45969cd..dfd7b2cfc7ec4933058d8991fb50ead099435cd9 100644 (file)
@@ -67,9 +67,7 @@ class WebDoFormCommand extends BaseCommand implements Commandable {
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
                // Should never be executed...
-               echo "<strong>This should never be executed!</strong><pre>";
-               debug_print_backtrace();
-               die("</pre>Good bye...");
+               $this->debugBacktrace();
        }
 
        /**