ChatMyWaySdkNotConfiguredException
class ChatMyWaySdkNotConfiguredException(methodName: String, cause: Throwable? = null) : ChatMyWaySdkException
Exception thrown when an SDK method is called before the SDK has been configured.
Parameters
methodName
The name of the method that was called before configuration.
cause
The underlying cause of the exception, if any.