proper description for IllegalIDChangeException

This commit is contained in:
Arthur Schiwon 2015-11-26 12:15:00 +01:00
parent ab8937ba6a
commit d660c6162f
1 changed files with 1 additions and 1 deletions

View 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 {}