From 6f83f69363047d9e7b423b648dcd0ffeba7c1136 Mon Sep 17 00:00:00 2001 From: Jan Losinski Date: Sat, 6 Sep 2014 19:36:20 +0200 Subject: [PATCH] Adopt boost canges Signed-off-by: Jan Losinski --- socket.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socket.cxx b/socket.cxx index 3e0130a..16451d3 100644 --- a/socket.cxx +++ b/socket.cxx @@ -106,7 +106,7 @@ namespace xerxes } else { - throw validation_error("invalid value"); + throw validation_error(validation_error::invalid_option_value); } }