Skip to content
This repository has been archived by the owner on Jul 7, 2018. It is now read-only.

Invoke all notifiers even if one of previous or dtor throw an exception

Compare
Choose a tag to compare
@pinepain pinepain released this 02 Jul 05:45
· 82 commits to master since this release

All callable notifiers now will be invoked even in case referent object destructor or one of previous callable notifiers throw exception.

Now all callable notifiers will be invoked and general Weak\NotifierException exception will be thrown. All thrown exception from dtor and notifiers will be available via Weak\NotifierException::getExceptions() method invocation on thrown exception.