bunq / sdk_php

PHP SDK for bunq API
MIT License
83 stars 54 forks source link

Fix BunqException namespace #183

Closed Wouter0100 closed 4 years ago

Wouter0100 commented 4 years ago

PHP is case-sensitive, and so Exception should be uppercased to point to the correct BunqException.

//: # (Thanks for opening this pull request! Before you proceed please make sure that you have an issue that explains what this pull request will do. Make sure that all your commits link to this issue e.g. "My commit. (bunq/sdk_php#)". If this pull request is changing files that are located in "src/Model/Generated" then this pull request will be closed as these files must/can only be changed on bunq's side.)

This PR closes/fixes the following issues: N/A

angelomelonas commented 4 years ago

Hi @Wouter0100,

Thank you for creating this pull request. Unfortunately, we cannot merge this PR because it is a change on a generated file. However, this will be fixed in the upcoming release (1.14.1). Please see this issue for details.