-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
To reproduce:
$ php artisan opcache:clear
OPcache cleared
$ php artisan opcache:compile --force
Compiling scripts...
Illuminate\Http\Client\RequestException
HTTP request returned status code 500
at vendor/laravel/framework/src/Illuminate/Http/Client/Response.php:302
298▕ */
299▕ public function toException()
300▕ {
301▕ if ($this->failed()) {
➜ 302▕ return new RequestException($this);
303▕ }
304▕ }
305▕
306▕ /**
+15 vendor frames
16 artisan:37
Illuminate\Foundation\Console\Kernel::handle()
PHP: 8.1.2
Laravel: 9.36.4
laravel-opcache: 4.0.2
khalyomede
Metadata
Metadata
Assignees
Labels
No labels