module BigbluebuttonRails # Raised when the user is not authorized to join a room class RoomAccessDenied < StandardError; end end