diff options
author | Mate Bartus <mate.bartus@gmail.com> | 2015-07-21 14:42:15 +0200 |
---|---|---|
committer | Mate Bartus <mate.bartus@gmail.com> | 2015-07-21 14:42:15 +0200 |
commit | b2b9fb1df2e6d37c8a327b7b6c380f19e1ff6496 (patch) | |
tree | f279a46f8da3f4320ac157d8e909f042cf33edea /phpBB/phpbb/install/exception/resource_limit_reached_exception.php | |
parent | 0488c49116f77de55da3ddf36aa2b08f6a5fd085 (diff) | |
download | forums-b2b9fb1df2e6d37c8a327b7b6c380f19e1ff6496.tar forums-b2b9fb1df2e6d37c8a327b7b6c380f19e1ff6496.tar.gz forums-b2b9fb1df2e6d37c8a327b7b6c380f19e1ff6496.tar.bz2 forums-b2b9fb1df2e6d37c8a327b7b6c380f19e1ff6496.tar.xz forums-b2b9fb1df2e6d37c8a327b7b6c380f19e1ff6496.zip |
[ticket/13740] Fix CS and docblocks
PHPBB3-13740
Diffstat (limited to 'phpBB/phpbb/install/exception/resource_limit_reached_exception.php')
-rw-r--r-- | phpBB/phpbb/install/exception/resource_limit_reached_exception.php | 3 |
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 { |