All backtraces now have a small message.
[core.git] / inc / classes / main / commands / web / class_WebDoFormCommand.php
index 33189fdf608b1c3505086b5a4ac8720ebb6bc30e..79a4c7728ca226136f6bedeab8c60972a5e537ef 100644 (file)
@@ -57,8 +57,8 @@ class WebDoFormCommand extends BaseCommand implements Commandable {
         * @return      void
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
-               // Should never be executed...
-               $this->debugBackTrace();
+               // Should never be reached...
+               $this->debugBackTrace('This should never be reached.');
        }
 
        /**