splclass loader error message .
This commit is contained in:
parent
5548f66fd9
commit
0c61f05ffe
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class SplClassLoader
|
|||
$full = ($this->_includePath !== null ? $this->_includePath . DIRECTORY_SEPARATOR : '') . $fileName;
|
||||
|
||||
if (!file_exists($full)) {
|
||||
throw new Exception("Class file for '".$className."' not found");
|
||||
throw new Exception("Class file for '".$className."' not found.");
|
||||
}
|
||||
|
||||
require $full;
|
||||
|
|
Loading…
Add table
Reference in a new issue