You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Reaching the bank API rate limits doesn't throw Exceptions\InstitutionExceptions\RateLimitError (but Exceptions\NordigenExceptions\NordigenException)
To Reproduce
Steps to reproduce the behavior:
Reach the rate limit on ->account()->getAccountDetails()
Received a NordigenException exception.
Expected behavior
Expected a RateLimitError exception.
Describe the bug
Reaching the bank API rate limits doesn't throw Exceptions\InstitutionExceptions\RateLimitError (but Exceptions\NordigenExceptions\NordigenException)
To Reproduce
Steps to reproduce the behavior:
Reach the rate limit on ->account()->getAccountDetails()
Received a NordigenException exception.
Expected behavior
Expected a RateLimitError exception.
Additional context
Sample code
Output
As far as I can tell, it should be Nordigen\NordigenPHP\Exceptions\InstitutionExceptions\RateLimitError
The text was updated successfully, but these errors were encountered: