aboutsummaryrefslogtreecommitdiffstats
path: root/license-generator/src/errors.rs
blob: 7eb9edaeb1a351a44bf67be13ddf5baefec2fbcb (plain)
1
2
3
4
5
6
7
use mysql;

error_chain! {
    foreign_links {
        MySql(mysql::error::Error);
    }
}