You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 fromException
.Describe alternatives you've considered
N/A
Proposed APIs
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: