We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab66fd9 commit 2b71848Copy full SHA for 2b71848
opencog/util/exceptions.cc
@@ -324,3 +324,11 @@ DeleteException::DeleteException(void)
324
*/
325
NotEvaluatableException::NotEvaluatableException(void)
326
{}
327
+
328
+/*
329
+ * ----------------------------------------------------------------------
330
+ * TypeCheckException class
331
332
+ */
333
+TypeCheckException::TypeCheckException(void)
334
+{}
0 commit comments