]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions.php
Added missing config entry + unfinished class NodeMessageDhtBootstrapAnswerHandler
[hub.git] / application / hub / exceptions.php
index 38ca4bbd29f0e1b27414146e00fd9324715e3248..a7c409ae1805ab82a18d5fc06dc0e6d3a423b36c 100644 (file)
@@ -119,6 +119,9 @@ function __assertHandler ($file, $line, $code) {
                $code
        );
 
+       // Log assert
+       syslog(LOG_WARNING, $message);
+
        // Throw an exception here
        throw new AssertionException($message, BaseFrameworkSystem::EXCEPTION_ASSERTION_FAILED);
 } // END - function