server/lib/public/comments/illegalidchangeexception.php
2015-11-26 12:15:00 +01:00

9 lines
166 B
PHP

<?php
namespace OCP\Comments;
/**
* Exception for illegal attempts to modify a comment ID
* @since 9.0.0
*/
class IllegalIDChangeException extends \Exception {}