BingAds / BingAds-PHP-SDK

Other
56 stars 45 forks source link

Passing the $error and $description parameters to the \Exception relevant properties #122

Open croxarens opened 4 years ago

croxarens commented 4 years ago

Passing the $error and $description parameters to the \Exception $code and $message properties so that PHP can correctly Throw a message.

croxarens commented 4 years ago

I'm wondering if the OAuthTokenRequestException class actually needs the $Error and $Description properties and if it will not be the case to just use the PHP Exception class instead.