]> source.dussan.org Git - nextcloud-server.git/commitdiff
proper description for IllegalIDChangeException
authorArthur Schiwon <blizzz@owncloud.com>
Thu, 26 Nov 2015 11:15:00 +0000 (12:15 +0100)
committerArthur Schiwon <blizzz@owncloud.com>
Thu, 26 Nov 2015 11:15:00 +0000 (12:15 +0100)
lib/public/comments/illegalidchangeexception.php

index 8bce3cf2f8970e4350e417cdb8a321d9c6fa11b7..4e13ef6e444098b1bcb551a90be9a6f642b95f2f 100644 (file)
@@ -3,7 +3,7 @@
 namespace OCP\Comments;
 
 /**
- * Exception for not found entity
+ * Exception for illegal attempts to modify a comment ID
  * @since 9.0.0
  */
 class IllegalIDChangeException extends \Exception {}