server/lib/public/comments/illegalidchangeexception.php
2015-11-23 17:21:11 +01:00

9 lines
143 B
PHP

<?php
namespace OCP\Comments;
/**
* Exception for not found entity
* @since 9.0.0
*/
class IllegalIDChangeException extends \Exception {}