TheNightmanCodeth / mission

A TransmissionBT Remote client for macOS built with SwiftUI
BSD 3-Clause "New" or "Revised" License
61 stars 3 forks source link

Error Handling #15

Closed TheNightmanCodeth closed 2 years ago

TheNightmanCodeth commented 2 years ago

As it stands, when the system runs into an error it just crashes. We need some decent crash reporting at least to the user so that when an error is encountered it can be reported here or elsewhere.

TheNightmanCodeth commented 2 years ago

Closing for now. There's some more work to be done here but the major errors are handled.