nextcloud/lib/public/comments/illegalidchangeexception.php

10 lines
143 B
PHP
Raw Normal View History

2015-11-10 19:44:26 +03:00
<?php
namespace OCP\Comments;
/**
* Exception for not found entity
* @since 9.0.0
*/
class IllegalIDChangeException extends \Exception {}