removed 'application' folder to have everything in the root directory
This commit is contained in:
10
libs/Maniaplanet/DedicatedServer/Xmlrpc/Exception.php
Executable file
10
libs/Maniaplanet/DedicatedServer/Xmlrpc/Exception.php
Executable file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* ManiaPlanet dedicated server Xml-RPC client
|
||||
*
|
||||
* @license http://www.gnu.org/licenses/lgpl.html LGPL License 3
|
||||
*/
|
||||
|
||||
namespace Maniaplanet\DedicatedServer\Xmlrpc;
|
||||
|
||||
class Exception extends \Exception {}
|
Reference in New Issue
Block a user