aboutsummaryrefslogtreecommitdiffstats
path: root/meetup/src/errors.rs
AgeCommit message (Collapse)Author
2018-04-15meetup: Handle errors with 'error-chain'Teddy Wing
Use this instead of `Box`es. Hoping this, along with using the library in my main crate also, will help me get some more context on my runtime error. Hey, it did! Turns out the error is coming from 'serde_json'. Cool.