Files
TrackManiaControl/libs/Maniaplanet/DedicatedServer/Xmlrpc/Exception.php

11 řádky
219 B
PHP
Spustitelný soubor

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