9 lines
166 B
PHP
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 {}
|