This website requires JavaScript.
Explore
Help
Sign In
lfajardo
/
cloud_bbb
mirror of
https://github.com/sualko/cloud_bbb
Watch
1
Star
0
Fork
You've already forked cloud_bbb
0
Code
Issues
Projects
Releases
Wiki
Activity
8cddb48486
cloud_bbb
/
lib
/
Service
/
RoomNotFound.php
7 lines
87 B
PHP
Raw
Normal View
History
Unescape
Escape
Initial commit
2020-04-26 11:36:41 +02:00
<
?
php
namespace
OCA\BigBlueButton\Service
;
refactor: use Nextcloud coding standard
2020-06-19 09:28:58 +02:00
class
RoomNotFound
extends
\Exception
{
Initial commit
2020-04-26 11:36:41 +02:00
}