MakeGuestException
class MakeGuestException @JvmOverloads constructor(cause: Throwable? = null) : RuntimeException(source)
Thrown to indicate that changing role to guest failed.
Thrown to indicate that changing role to guest failed.