diff --git a/TinyInsights.TestApp/CustomException.cs b/TinyInsights.TestApp/CustomException.cs new file mode 100644 index 0000000..b863f0f --- /dev/null +++ b/TinyInsights.TestApp/CustomException.cs @@ -0,0 +1,10 @@ +namespace TinyInsights.TestApp; + +public class BaseException : Exception +{ +} + + +public class CustomException : BaseException +{ +} diff --git a/TinyInsights.TestApp/MainPage.xaml b/TinyInsights.TestApp/MainPage.xaml index da3f46e..5c9c2c2 100644 --- a/TinyInsights.TestApp/MainPage.xaml +++ b/TinyInsights.TestApp/MainPage.xaml @@ -29,9 +29,15 @@ Clicked="TrackHttpButton_OnClicked" Text="Track http request" />