[Fixed] Namespace bug in classes Canyon, Storm and Title
Posted: 14 Jul 2012, 20:44
Throwing an exception in class Canyon, Storm and Title fail because the class Exception were not found.
must be replaced with
Code: Select all
throw new Exception();
Code: Select all
throw new \Maniaplanet\WebServices\Exception();