* Update CriticalError to filter input parameters. Add information on executor parameter on UseCases and Subscribers.
0.30.6
Not secure
* Add input_parameters as optional parameter in CriticalError * Add input_parameters as notification block (Slack Implementation)
0.30.5
Not secure
* Fix error parsing non-attribute events
0.30.4
Not secure
* Fix bug when Slack Notifiers raise an exception capturing with meiga decorator those errors 👂
0.30.3
Not secure
* Update `UnknownError` `__repr__`. Now, UnknownError inherits from `CriticalError` * Update notification rules on `controller_handler` and `use_case_handler`. Now, it notifies only if error is a subclass of `CriticalError` ✉️
0.30.2
Not secure
Retrieve real request error as msg of UnknownRequestError