cloud_bbb/lib/NotFoundException.php

8 lines
84 B
PHP
Raw Normal View History

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