Skip to content

Commit a67402f

Browse files
committed
Remove error if autoloader does not find class
So this library can play nice with other autoloaders
1 parent 010ec05 commit a67402f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

autoload.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@
1414

1515
if (isset($classMap[$className])) {
1616
include $classMap[$className];
17-
} else {
18-
echo 'Class not loaded: ' . $className;
1917
}
2018
});

0 commit comments

Comments
 (0)