ArtificialBadger / Monumental

A IoC container agnostic dependency injection registration engine that prioritizes using conventions on type-patterns over other registration methods.
MIT License
2 stars 0 forks source link

Exception Types are trying to be registered #3

Closed ArtificialBadger closed 2 years ago

ArtificialBadger commented 2 years ago

Custom Exception types inherit from ISerializable and Monumental is trying to register them.

ArtificialBadger commented 2 years ago

Fixed in Version 1.2.0