Closed ek9 closed 7 years ago
There is an interface named Observer in ErrorExtensions. I would suggest renaming it to ObserverInterface so you can define your observer without needing to alias the Observer class as ObserverInterface.
Observer
ObserverInterface
Closing this. See PR for the discussion.
There is an interface named
Observer
in ErrorExtensions. I would suggest renaming it toObserverInterface
so you can define your observer without needing to alias theObserver
class asObserverInterface
.