4 references to UseExceptionHandler
Keycloak.Web (1)
Program.cs (1)
51app.UseExceptionHandler("/Error", createScopeForErrors: true);
MyFrontend (1)
Program.cs (1)
24app.UseExceptionHandler("/error", createScopeForErrors: true);
OpenAIEndToEnd.WebStory (1)
Program.cs (1)
24app.UseExceptionHandler("/Error", createScopeForErrors: true);
WaitFor.Frontend (1)
Program.cs (1)
20app.UseExceptionHandler("/Error", createScopeForErrors: true);