diff options
Diffstat (limited to 'lib/public/Comments/IllegalIDChangeException.php')
-rw-r--r-- | lib/public/Comments/IllegalIDChangeException.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/Comments/IllegalIDChangeException.php b/lib/public/Comments/IllegalIDChangeException.php index 5f8428a0f85..f821333800e 100644 --- a/lib/public/Comments/IllegalIDChangeException.php +++ b/lib/public/Comments/IllegalIDChangeException.php @@ -28,4 +28,5 @@ namespace OCP\Comments; * Exception for illegal attempts to modify a comment ID * @since 9.0.0 */ -class IllegalIDChangeException extends \Exception {} +class IllegalIDChangeException extends \Exception { +} |