bunny
bunny copied to clipboard
Add ability to use otherwise() in connection stage
In the function awaitConnectionTune I added interception of all exceptions to be able to process in reject. like this: Connection = (new Client())->connect()->then()->otherwise();