Sha256: 2856a167954f35f0213adafa4083a3ca81073d5052e3a30d47edc8bc366515ef
Contents?: true
Size: 294 Bytes
Versions: 11
Compression:
Stored size: 294 Bytes
Contents
module BigbluebuttonRails # Raised when the user is not authorized to join a room class RoomAccessDenied < StandardError; end # Raised when an action that requires a server is called for a # room that does not have a server associated class ServerRequired < StandardError; end end
Version data entries
11 entries across 11 versions & 1 rubygems