1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00
2014-04-03 15:42:36 +02:00

18 lines
264 B
PHP

<?php
/**
*
* @package groupposition
* @copyright (c) 2013 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
namespace phpbb\groupposition;
/**
* @package groupposition
*/
class exception extends \Exception
{
}