Continued:
[core.git] / framework / loader / class_ClassLoader.php
index 481db262ff9d09989deba22120616f6b587f3582..fab4e559a640c56363f79845b2d64fffaa42ce80 100644 (file)
@@ -550,7 +550,7 @@ class ClassLoader {
                // At least 3 parts should be there
                if ((self::$strictNamingConvention === true) && (count($classNameParts) < 5)) {
                        // Namespace scheme is: Project\Package[\SubPackage...]
-                       throw new InvalidArgumentException(sprintf('Class name "%s" is not conform to naming-convention: Project\Package[\SubPackage...]\SomeFooBar', $className));
+                       throw new InvalidArgumentException(sprintf('Class name "%s" is not conform to naming-convention: Tld\Domain\Project\Package[\SubPackage...]\SomeFooBar', $className));
                } // END - if
 
                // Get last element