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
c39ab49e76
cloud_bbb
/
lib
/
NoPermissionException.php
7 lines
88 B
PHP
Raw
Normal View
History
Unescape
Escape
feat: restrict room access to user and groups fix #25
2020-06-16 16:54:50 +02:00
<
?
php
namespace
OCA\BigBlueButton
;
refactor: use Nextcloud coding standard
2020-06-19 09:28:58 +02:00
class
NoPermissionException
extends
\Exception
{
feat: restrict room access to user and groups fix #25
2020-06-16 16:54:50 +02:00
}