cloud_bbb/lib/Service/RestrictionNotFound.php
2020-08-27 17:23:19 +02:00

6 lines
94 B
PHP

<?php
namespace OCA\BigBlueButton\Service;
class RestrictionNotFound extends \Exception {
}