Ajout d'une extension
This commit is contained in:
18
ext/phpbbstudio/ass/exceptions/shop_exception.php
Normal file
18
ext/phpbbstudio/ass/exceptions/shop_exception.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* phpBB Studio - Advanced Shop System. An extension for the phpBB Forum Software package.
|
||||
*
|
||||
* @copyright (c) 2019, phpBB Studio, https://www.phpbbstudio.com
|
||||
* @license GNU General Public License, version 2 (GPL-2.0)
|
||||
*
|
||||
*/
|
||||
|
||||
namespace phpbbstudio\ass\exceptions;
|
||||
|
||||
/**
|
||||
* phpBB Studio - Advanced Shop System: Shop exception
|
||||
*/
|
||||
class shop_exception extends \phpbb\exception\http_exception
|
||||
{
|
||||
}
|
||||
18
ext/phpbbstudio/ass/exceptions/shop_inactive_exception.php
Normal file
18
ext/phpbbstudio/ass/exceptions/shop_inactive_exception.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* phpBB Studio - Advanced Shop System. An extension for the phpBB Forum Software package.
|
||||
*
|
||||
* @copyright (c) 2019, phpBB Studio, https://www.phpbbstudio.com
|
||||
* @license GNU General Public License, version 2 (GPL-2.0)
|
||||
*
|
||||
*/
|
||||
|
||||
namespace phpbbstudio\ass\exceptions;
|
||||
|
||||
/**
|
||||
* phpBB Studio - Advanced Shop System: Shop inactive exception
|
||||
*/
|
||||
class shop_inactive_exception extends shop_exception
|
||||
{
|
||||
}
|
||||
18
ext/phpbbstudio/ass/exceptions/shop_item_exception.php
Normal file
18
ext/phpbbstudio/ass/exceptions/shop_item_exception.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* phpBB Studio - Advanced Shop System. An extension for the phpBB Forum Software package.
|
||||
*
|
||||
* @copyright (c) 2019, phpBB Studio, https://www.phpbbstudio.com
|
||||
* @license GNU General Public License, version 2 (GPL-2.0)
|
||||
*
|
||||
*/
|
||||
|
||||
namespace phpbbstudio\ass\exceptions;
|
||||
|
||||
/**
|
||||
* phpBB Studio - Advanced Shop System: Shop item exception
|
||||
*/
|
||||
class shop_item_exception extends shop_exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user