thrownewException("Unable to find '$className' in file: $classFile");
}
}
thrownewException("The class file name '".realpath($classFile)."' does not match the class name '$className'. Please check the case of the names and make sure the class file does not have syntax errors.");
}
}else{
returnfalse;
}
}
/**
* Creates a new object using the given configuration.