1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 23:55:26 +02:00
2013-10-30 13:05:28 +01:00

18 lines
260 B
PHP

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