thrownewException("Class name '$className' does not match the class file '".realpath($classFile)."'. Have you checked their case sensitivity?");
}
}
}
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.");