]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/connection/udp/class_UdpConnectionHelper.php
Use $this->debugBackTrace() instead of die()
[hub.git] / application / hub / main / helper / connection / udp / class_UdpConnectionHelper.php
index db230642b6a66287cf7eac7a7e0cf1686b9b094b..9e6a800ca84f51ec20c0d096940c967a95161fe2 100644 (file)
@@ -43,7 +43,7 @@ class UdpConnectionHelper extends BaseConnectionHelper implements ConnectionHelp
         * @return      $socketResource         Socket resource
         */
        public static function createConnectionFromPackageData (array $packageData) {
-               die(__METHOD__ . ': Unfinished method, packageData[]=' . count($packageData) . "\n");
+               $this->debugBackTrace(__METHOD__ . ': Unfinished method, packageData[]=' . count($packageData) . "\n");
        }
 
        /**
@@ -51,7 +51,7 @@ class UdpConnectionHelper extends BaseConnectionHelper implements ConnectionHelp
         *
         * @return      void
         * @throws      SocketShutdownException         If the current socket could not be shut down
-        * @todo        We may want to implement a filter for ease notification of other objects like our pool
+        * @todo        Implement a filter for ease notification of other objects like the pool
         */
        public function doShutdown () {
                $this->partialStub('Please implement this method.');