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