5 references to UseExceptionHandler
Frontend (1)
Program.cs (1)
36app.UseExceptionHandler("/Error", createScopeForErrors: true);
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)
21app.UseExceptionHandler("/Error", createScopeForErrors: true);
WaitFor.Frontend (1)
Program.cs (1)
20app.UseExceptionHandler("/Error", createScopeForErrors: true);