]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions.php
Hub project continued:
[hub.git] / application / hub / exceptions.php
index fa54a9a20888b0f939267fee430402d4316588ce..f219040e6fdb52844ec8e15c0c8c1844df06da30 100644 (file)
@@ -21,7 +21,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-// The hub's own exception handler
+// The node's own exception handler
 function hub_exception_handler ($exceptionInstance) {
        // Is it an object and a valid instance?
        if ((is_object($exceptionInstance)) && ($exceptionInstance instanceof FrameworkException)) {