nextcloud/lib/public/comments/notfoundexception.php

10 lines
136 B
PHP

<?php
namespace OCP\Comments;
/**
* Exception for not found entity
* @since 9.0.0
*/
class NotFoundException extends \Exception {}