1
2
3
4
5
error_chain!{
    foreign_links {
        Regex(::regex::Error);
    }
}