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:
+1
-1
@@ -228,7 +228,7 @@ time_t dotime(const Anope::string &s)
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (const CoreException &) { }
|
||||
catch (const ConvertException &) { }
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user