cloud_bbb/lib/NoPermissionException.php

7 lines
88 B
PHP

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