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
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.