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