Further work on implementing functions
This commit is contained in:
@@ -32,5 +32,6 @@ public:
|
||||
void comparisonTypeError(string notes = "");
|
||||
void listTypeMismatch(string notes = "");
|
||||
void listOutOfBounds(string notes = "");
|
||||
void improperReturnType(string notes = "");
|
||||
void generalError(string notes = "");
|
||||
};
|
||||
|
Reference in New Issue
Block a user