com.intellij.ide.reporter.ConnectionException in PhpStorm 8.0.2 RC3
Hi, I'm getting a lot of errors like:
java.lang.NoClassDefFoundError: com/intellij/ide/reporter/ConnectionException
Was that class removed in the last PhpStorm version (8.0.2 RC3)? (8.0.2 was working fine)
If yes, is there any replacement for it?
Thanks !
Please sign in to leave a comment.
This class was removed in https://github.com/JetBrains/intellij-community/commit/e402e8a574cb0e90e7920a007b5301b2cbc0ec9e
Why do you need a replacement for it? It did not contain any logic and was not used in any public APIs.
because I was using that exception
You're welcome to create your own replacement. As I said, there was no logic at all in the old class.
yes don't worry, is not a big problem, I just wanted to know if that class was removed, and maybe to see the new code as a reference. Thanks Dmitry !!