Illuminate\Support\Facades\Exceptions not found
Hello,
https://laravel.com/docs/11.x/http-tests#exception-handling
Is it normal that this class is not found ?
I have checked in the laravel core and this class is not present.
But there is an Exceptions class here.
Illuminate\Foundation\Configuration\Exceptions
But this one is not the right one to handle exceptions for testing.
Is there a bug in the documentation ?
V
Ok I have found : this class wasn't in the first sub versions for Laravel 11.
I have Laravel 11.0.8.
I have installed a new project to check and with version 11.9 the class is present.
Please or to participate in this conversation.