1 2 3 4 5 6 7 8 9
<?php namespace OCP\Comments; /** * Exception for illegal attempts to modify a comment ID * @since 9.0.0 */ class IllegalIDChangeException extends \Exception {}