Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/connector/sabre/exception/entitytoolarge.php')
-rw-r--r--lib/private/connector/sabre/exception/entitytoolarge.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/private/connector/sabre/exception/entitytoolarge.php b/lib/private/connector/sabre/exception/entitytoolarge.php
index e18ac859dd5..bbd03439c04 100644
--- a/lib/private/connector/sabre/exception/entitytoolarge.php
+++ b/lib/private/connector/sabre/exception/entitytoolarge.php
@@ -3,6 +3,12 @@
namespace OC\Connector\Sabre\Exception;
+/**
+ * Entity Too Large
+ *
+ * This exception is thrown whenever a user tries to upload a file which exceeds hard limitations
+ *
+ */
class EntityTooLarge extends \Sabre\DAV\Exception {
/**