Closed matthiasschobner closed 3 years ago
Unfortunately this is a B/C break because it changes the implemented interfaces on those exceptions, so a catch statement or instanceof check wouldn't work anymore on the deprecated interface.
Closing, as is this would be a B/C break for the 2.x branch and the warnings are gone on 3.x.
Because of this lines, it will be thrown deprecation warnings no matter if you implements the "Exception" interface. This fix the warnings. But i am not sure if this are a breaking change for those who use this bundle. For me this works.