mirror of
https://github.com/sualko/cloud_bbb.git
synced 2026-05-13 22:00:34 +02:00
6 lines
92 B
PHP
6 lines
92 B
PHP
<?php
|
|
|
|
namespace OCA\BigBlueButton\Service;
|
|
|
|
class RoomShareNotFound extends \Exception {
|
|
}
|