- [ ] A mechanism for creating events with callable functions. By default will call `stop()`. - [ ] Extanable class - [ ] exception as active binding? This way, one can call an exception without parentheses '()' See [`utils::withCallingHandlers`](https://rdrr.io/r/base/conditions.html) in https://adv-r.hadley.nz/conditions.html # References - [Python built-in exceptions](https://docs.python.org/3/tutorial/errors.html) - [DDD Domain Events](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/domain-events-design-implementation)
stop().See
utils::withCallingHandlersin https://adv-r.hadley.nz/conditions.htmlReferences