I have declared this in my interface `open fun &lt...
# getting-started
g
I have declared this in my interface
open fun <T : Exception>errorJson(errorResponse: T): JSONObject
? When i overrides the method in the concrete class it doesnt allow me to change de
<T>
type. Am i missing something?