mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
9 lines
136 B
PHP
9 lines
136 B
PHP
<?php
|
|
|
|
namespace OCP\Comments;
|
|
|
|
/**
|
|
* Exception for not found entity
|
|
* @since 9.0.0
|
|
*/
|
|
class NotFoundException extends \Exception {}
|