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

[ticket/13777] Move module management into service

PHPBB3-13777
This commit is contained in:
MateBartus
2015-05-31 13:19:50 +02:00
parent c0972f74ca
commit 71d03647f0
7 changed files with 727 additions and 530 deletions

View File

@@ -0,0 +1,19 @@
<?php
/**
*
* This file is part of the phpBB Forum Software package.
*
* @copyright (c) phpBB Limited <https://www.phpbb.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*
* For full copyright and license information, please see
* the docs/CREDITS.txt file.
*
*/
namespace phpbb\module\exception;
class module_exception extends \phpbb\exception\runtime_exception
{
}