Skip to content

Commit 2b71848

Browse files
committed
Add the needed constructor!
1 parent ab66fd9 commit 2b71848

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

opencog/util/exceptions.cc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,3 +324,11 @@ DeleteException::DeleteException(void)
324324
*/
325325
NotEvaluatableException::NotEvaluatableException(void)
326326
{}
327+
328+
/*
329+
* ----------------------------------------------------------------------
330+
* TypeCheckException class
331+
* ----------------------------------------------------------------------
332+
*/
333+
TypeCheckException::TypeCheckException(void)
334+
{}

0 commit comments

Comments
 (0)