about summary refs log tree commit diff stats
path: root/src/error.rs
Commit message (Collapse)AuthorAgeFilesLines
* expanded testingBen Morrison2020-05-281-1/+2
|
* removed panics and refactored error handlingBen Morrison2020-05-261-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 upBen Morrison2019-09-051-3/+6
|
* error helper testBen Morrison2019-09-041-0/+19
|
* added helper func for errors/resultBen Morrison2019-09-041-0/+12