* Terminates with a cause that dies with a `Throwable` with the specified * message.
(message: string)
| 42 | * message. |
| 43 | */ |
| 44 | dieMessage(message: string): Promise<B> |
| 45 | |
| 46 | /** |
| 47 | * Either emits the specified value if this `Exit` is a `Success` or else |
no outgoing calls
no test coverage detected