9 lines
143 B
PHP
9 lines
143 B
PHP
<?php
|
|
|
|
namespace OCP\Comments;
|
|
|
|
/**
|
|
* Exception for not found entity
|
|
* @since 9.0.0
|
|
*/
|
|
class IllegalIDChangeException extends \Exception {}
|