summaryrefslogtreecommitdiff
path: root/src/misc.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-12-29 20:19:37 -0500
committerAdam <Adam@anope.org>2010-12-29 20:19:37 -0500
commitd36e53f702f6f166e862c88dd2399bef91e9d1d5 (patch)
tree310a543eeb0af34f8fc09c38dce940824921d9b3 /src/misc.cpp
parenta36f14c1bfca63ba744ab310af775cf6d5b81179 (diff)
Added a ConvertException to be thrown when convertTo fails
Diffstat (limited to 'src/misc.cpp')
-rw-r--r--src/misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.cpp b/src/misc.cpp
index 97006469a..a8b1d5ca6 100644
--- a/src/misc.cpp
+++ b/src/misc.cpp
@@ -228,7 +228,7 @@ time_t dotime(const Anope::string &s)
}
}
}
- catch (const CoreException &) { }
+ catch (const ConvertException &) { }
return 0;
}