iamstuartwilson / strava

PHP Class for the Strava API (v3)
MIT License
120 stars 26 forks source link

Fix namespace declaration for `Exception` #12

Closed mjaschen closed 8 years ago

mjaschen commented 8 years ago

Wenn a API HTTP request fails, an exception is thrown. Currently the Exception class cannot be found because its namespace is not declared correctly. This commit fixes that error.

This commit is a fix for issue #11