cloud_bbb/lib/NoPermissionException.php

8 lines
88 B
PHP

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