I would like to extend `BaseBuilder` defining a de...
# announcements
d
I would like to extend
BaseBuilder
defining a default implementation for
onError()
and hide the
onError()
function to the caller
g
Is that your own class? Just predefine onError and hide it from public API
For external API you cannot hide onError without wrapping of all methods to your own API