mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
10 lines
136 B
PHP
10 lines
136 B
PHP
<?php
|
|
|
|
namespace OCP\Comments;
|
|
|
|
/**
|
|
* Exception for not found entity
|
|
* @since 9.0.0
|
|
*/
|
|
class NotFoundException extends \Exception {}
|