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