cloud_bbb/lib/Service/RoomNotFound.php

8 lines
87 B
PHP

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