1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 15:36:38 +02:00

Added a ConvertException to be thrown when convertTo fails

This commit is contained in:
Adam
2010-12-29 20:19:37 -05:00
parent a36f14c1bf
commit d36e53f702
3 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ time_t dotime(const Anope::string &s)
}
}
}
catch (const CoreException &) { }
catch (const ConvertException &) { }
return 0;
}