1 2 3 4 5 6 7 8 9 10
#include "util.h" #include "exceptions.h" namespace IceSpider { void conversion_failure() { throw Http400_BadRequest(); } }