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

namespace IceSpider {
	void
	conversion_failure()
	{
		throw Http400_BadRequest();
	}
}