1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13740] Fix CS and docblocks

PHPBB3-13740
This commit is contained in:
Mate Bartus
2015-07-21 14:42:15 +02:00
parent 0488c49116
commit b2b9fb1df2
10 changed files with 36 additions and 62 deletions

View File

@@ -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
{