cloud_bbb/lib/NotFoundException.php

8 lines
84 B
PHP

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