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
The official documentation says we can use $response->throwUnless() method: https://laravel.com/docs/10.x/http-client#throwing-exceptions
But the method throwUnless() does not exist in the vendor/laravel/framework/src/Illuminate/Http/Client/Response.php file.
Laravel Version
10.46.0
PHP Version
8.2.15
Database Driver & Version
No response
Description
The official documentation says we can use $response->throwUnless() method: https://laravel.com/docs/10.x/http-client#throwing-exceptions
But the method
throwUnless()
does not exist in thevendor/laravel/framework/src/Illuminate/Http/Client/Response.php
file.Steps To Reproduce
The text was updated successfully, but these errors were encountered: