Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed panics and refactored error handling | Ben Morrison | 2020-05-26 | 1 | -11/+9 |
| | | | | | | | | Using a helper function to handle fatal errors error::helper() Displays the simplified message if an error condition occurs. Displays both the simplified and the raw error message if -v verbose logging is enabled. | ||||
* | letting errors flow up | Ben Morrison | 2019-09-05 | 1 | -3/+6 |
| | |||||
* | error helper test | Ben Morrison | 2019-09-04 | 1 | -0/+19 |
| | |||||
* | added helper func for errors/result | Ben Morrison | 2019-09-04 | 1 | -0/+12 |