menu
youtube_explode_dart package
documentation
youtube_explode_dart.dart
YoutubeExplodeException
combine method
combine method
dark_mode
light_mode
combine
method
void
combine
(
YoutubeExplodeException
e
)
Add another exception to the stack.
Implementation
void combine(YoutubeExplodeException e) => _others.add(e);
youtube_explode_dart package
documentation
youtube_explode_dart
YoutubeExplodeException
combine method
YoutubeExplodeException class