diff options
Diffstat (limited to 'lib/public/Files/EntityTooLargeException.php')
-rw-r--r-- | lib/public/Files/EntityTooLargeException.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/Files/EntityTooLargeException.php b/lib/public/Files/EntityTooLargeException.php index 21d7b8e62ce..1846e595729 100644 --- a/lib/public/Files/EntityTooLargeException.php +++ b/lib/public/Files/EntityTooLargeException.php @@ -36,4 +36,5 @@ namespace OCP\Files; * Exception for too large entity * @since 6.0.0 */ -class EntityTooLargeException extends \Exception {} +class EntityTooLargeException extends \Exception { +} |