Skip to content

Commit

Permalink
Updated global exception handling
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandKoenig committed Mar 24, 2024
1 parent 670fa3d commit 7b523a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ public static void Main(string[] args)
ex,
".<your-technical-app-name-here>",
"<your-technical-app-name-here>.ExceptionViewer");
throw;
}
}
```
Expand Down
1 change: 1 addition & 0 deletions src/RolandK.AvaloniaExtensions.TestApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public static void Main(string[] args)
ex,
".RKAvaloniaExtensions.TestApp",
"RolandK.AvaloniaExtensions.TestApp.ExceptionViewer");
throw;
}
}

Expand Down

0 comments on commit 7b523a1

Please sign in to comment.