summaryrefslogtreecommitdiff
path: root/icespider/core/util.cpp
blob: f808d6bc1e20d20d88b2817f7f49322d8155a8b0 (plain)
1
2
3
4
5
6
7
8
9
10
#include "util.h"
#include "exceptions.h"

namespace IceSpider {
	void
	conversionFailure()
	{
		throw Http400BadRequest();
	}
}