aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/exception/resource_limit_reached_exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/install/exception/resource_limit_reached_exception.php')
-rw-r--r--phpBB/phpbb/install/exception/resource_limit_reached_exception.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/phpbb/install/exception/resource_limit_reached_exception.php b/phpBB/phpbb/install/exception/resource_limit_reached_exception.php
index 0b841747e6..025e09fbd3 100644
--- a/phpBB/phpbb/install/exception/resource_limit_reached_exception.php
+++ b/phpBB/phpbb/install/exception/resource_limit_reached_exception.php
@@ -13,6 +13,9 @@
namespace phpbb\install\exception;
+/**
+ * Thrown when the installer is out of memory or time
+ */
class resource_limit_reached_exception extends installer_exception
{