mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 12:33:29 +01:00
24 lines
303 B
PHP
24 lines
303 B
PHP
<?php
|
|
/**
|
|
*
|
|
* @package groupposition
|
|
* @copyright (c) 2013 phpBB Group
|
|
* @license http://opensource.org/licenses/gpl-license.php GNU Public License v2
|
|
*
|
|
*/
|
|
|
|
/**
|
|
* @ignore
|
|
*/
|
|
if (!defined('IN_PHPBB'))
|
|
{
|
|
exit;
|
|
}
|
|
|
|
/**
|
|
* @package groupposition
|
|
*/
|
|
class phpbb_groupposition_exception extends \Exception
|
|
{
|
|
}
|