cloud_bbb/lib/NotFoundException.php

7 lines
84 B
PHP

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