combine method

void combine(
  1. YoutubeExplodeException e
)

Add another exception to the stack.

Implementation

void combine(YoutubeExplodeException e) => _others.add(e);