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
21fd9d0f5e
cloud_bbb
/
lib
/
NotFoundException.php
7 lines
84 B
PHP
Raw
Normal View
History
Unescape
Escape
fix: remove dependency on shares fix #20
2020-06-04 09:52:49 +02:00
<
?
php
namespace
OCA\BigBlueButton
;
refactor: use Nextcloud coding standard
2020-06-19 09:28:58 +02:00
class
NotFoundException
extends
\Exception
{
fix: remove dependency on shares fix #20
2020-06-04 09:52:49 +02:00
}