Open misterrevo opened 3 months ago
@BarSwi we have exceptions which use this interface, its to discuss if we realy need to remove it
@BarSwi we have exceptions which use this interface, its to discuss if we realy need to remove it
Yes, but this interface is nowhere provided as method argument, therefore polymorphism does not apply. Those exceptions only implement the interface but interface itself is not used anywhere, so it looks like a leftover right now in my opinion.
Think if IErrorResponse is needed