TikTokException constructor

TikTokException(
  1. String message
)

Creates a TikTokException with the provided message.

Implementation

TikTokException(this.message);