1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-13 11:06:03 +02: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
{
}