Welcome to mirror list, hosted at ThFree Co, Russian Federation.

illegalidchangeexception.php « comments « public « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e13ef6e444098b1bcb551a90be9a6f642b95f2f (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace OCP\Comments;

/**
 * Exception for illegal attempts to modify a comment ID
 * @since 9.0.0
 */
class IllegalIDChangeException extends \Exception {}