X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Floader%2Fclass_ClassLoader.php;h=4b46ffa801f5e09e629cba3453051b23dcbc0300;hp=61d5effc16031fc2b688a26fbb6e7a2d79573e66;hb=886541aecfdee3aa7cc62c14f3e8aaca0b52fff4;hpb=87f159865b77c22625924b2563b0f1f953c09dd1 diff --git a/inc/loader/class_ClassLoader.php b/inc/loader/class_ClassLoader.php index 61d5effc..4b46ffa8 100644 --- a/inc/loader/class_ClassLoader.php +++ b/inc/loader/class_ClassLoader.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -74,7 +74,7 @@ class ClassLoader { private $debug = false; /** - * Wether the file list is cached or not + * Whether the file list is cached */ private $listCached = false; @@ -271,7 +271,7 @@ class ClassLoader { // If the basePath is false it is invalid if ($basePath2 === false) { /* @todo: Do not die here. */ - die('Cannot read ' . $basePath . ' !'); + die(__METHOD__ . ':Cannot read ' . $basePath . ' !'); } else { // Set base path $basePath = $basePath2;