nextcloud/lib/public/comments/illegalidchangeexception.php

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