QASDKException

class QASDKException(errorMessage: String? = "this should not happen, file a bug report!") : Exception

Exception launched when SDK functionalities are called before the SDK was initialized.

Constructors

Link copied to clipboard
constructor(errorMessage: String? = "this should not happen, file a bug report!")