A simple utility for error handling that uses a dialog for it's notification as opposed to only having terminal output.
Great for graphical applications which need to crash but want to inform the user of the crash.
For tests expect-dialog will revert to their non dialog counterparts and will function without creating dialogs.
cargo add expect-dialog
```rust use expect-dialog::ExpectDialog
fn main() {
let f: Option