1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/15305] Remove not_implemented exception

PHPBB3-15305
This commit is contained in:
Rubén Calvo
2017-08-24 17:42:31 +02:00
parent 0ec50e9055
commit 6c3756a1b3
3 changed files with 0 additions and 34 deletions

View File

@@ -1,19 +0,0 @@
<?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\storage\exception;
class not_implemented extends exception
{
}