TrackManiaControl/application/core/Libs/Maniaplanet/DedicatedServer/Xmlrpc/Exception.php
2014-05-08 19:38:15 +02:00

11 lines
219 B
PHP

<?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 {}