cloud_bbb/lib/Service/RestrictionNotFound.php

7 lines
94 B
PHP
Raw Permalink Normal View History

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