laravel / forge-sdk

The official Laravel Forge PHP SDK.
https://forge.laravel.com
MIT License
528 stars 89 forks source link

Throw separate "Forbidden" (403) exceptions #187

Closed claudiodekker closed 1 week ago

claudiodekker commented 1 week ago

Currently, these are cast to generic \Exception instances, which are difficult for users catch and/or identify.