BurkusCat / Burkus.Mvvm.Maui

A simple MVVM framework for .NET MAUI. It provides: navigation, lifecycle events, parameter passing, native dialog abstractions, and testability.
MIT License
27 stars 5 forks source link

[Feature] BurkusMvvmException #22

Closed BurkusCat closed 11 months ago

BurkusCat commented 11 months ago

Is your feature request related to a problem? Please describe. When I get an exception, I want to know if it is an exception thrown by the library intentionally or if it is another type of exception that was accidentally triggered.

Describe the solution you'd like A BurkusMvvmException that inherits from Exception.

Describe alternatives you've considered N/A

Proposed APIs N/A

Additional context N/A