Show not found class name
This commit is contained in:
@@ -45,6 +45,6 @@ public class PluginClassloader extends URLClassLoader
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new ClassNotFoundException();
|
||||
throw new ClassNotFoundException(name);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user