It's used to signal to the outside world that
a known exception has happened during the execution
of the apps.
It's the base exception for other known classes
such as UserNotAllowedException, which is used
to inform the host that an app identified
that a user cannot perform some action, e.g.
join a room
The internal exception from the framework
It's used to signal to the outside world that a known exception has happened during the execution of the apps.
It's the base exception for other known classes such as UserNotAllowedException, which is used to inform the host that an app identified that a user cannot perform some action, e.g. join a room