ipjohnson / Grace

Grace is a feature rich dependency injection container library
MIT License
336 stars 33 forks source link

Throw exception on registration #216

Closed ipjohnson closed 5 years ago

ipjohnson commented 5 years ago

To avoid confusion like seen in #204 there should be an exception thrown on registration when trying to use a closed implementation for an open generic interface

ipjohnson commented 5 years ago

This complete