iamstuartwilson / strava

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

Class 'Iamstuartwilson\Exception' not found #11

Closed minhna closed 8 years ago

minhna commented 8 years ago

PHP Fatal error: Class 'Iamstuartwilson\Exception' not found in /var/www/html/libraries/iamstuartwilson/strava/src/Iamstuartwilson/StravaApi.php on line 112

Hi, Thank you for your useful library. I got this error.

mjaschen commented 8 years ago

Hi,

the bug was just fixed! (see pull request #12)

Just update your StravaApi library to version 1.1.2 to get the fixed version.

Marcus