Ugh so I'm inheriting from a class and trying to o...
# getting-started
a
Ugh so I'm inheriting from a class and trying to overwrite the getter for a property but it's telling me that it has a method clash because both classes would have
getError()
methods. What is the correct way to do this?