Page 1 of 1

[Fixed] Namespace bug in classes Canyon, Storm and Title

Posted: 14 Jul 2012, 20:44
by Electron
Throwing an exception in class Canyon, Storm and Title fail because the class Exception were not found.

Code: Select all

throw new Exception();
must be replaced with

Code: Select all

throw new \Maniaplanet\WebServices\Exception();

Re: [3.0.4] Namespace bug in classes Canyon, Storm and Title

Posted: 17 Jul 2012, 08:33
by magnetik
Fixed in upstream.

A new version will be published.

Thanks! :clap:

Re: [Fixed] Namespace bug in classes Canyon, Storm and Title

Posted: 17 Jul 2012, 13:21
by magnetik
Fixed in 3.0.6