* Support for function parameters in methods decorated with `exit` has been deprecated. Previously, exit methods were required to accept three arguments containing exception information (akin to `__exit__` in the context manager protocol). However, due to a bug, these arguments were always null. Going forward, `exit` methods are expected to have no parameters.