cloud_bbb/lib/NotFoundException.php

7 lines
84 B
PHP
Raw Normal View History

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