When attempting to use the Asana API PHP library from here https://github.com/Asana/php-asana I get the following error:
Fatal error: Class 'Error' not found in \src\Asana\Dispatcher\OAuthDispatcher.php on line 49
I realise the error is because the authorization is not working - but how can I fix it to actually throw an exception?