Escapes the current Bubble.
void pop(final String message) { sink.add(Response(message, Level.error)); _setDepth(_getDepth() - 1); }