@@ -54,6 +54,7 @@ class BioFlowInsightError(Exception):
...
@@ -54,6 +54,7 @@ class BioFlowInsightError(Exception):
#* [9] -> Tuple with call (ch1, ch2) = wf()
#* [9] -> Tuple with call (ch1, ch2) = wf()
#* [11] -> Failed to extract the operation or call at the line x. Try rewriting it in a simplified version.
#* [11] -> Failed to extract the operation or call at the line x. Try rewriting it in a simplified version.
#* [13] -> Multiple scripts with the same name were defined in the source code -> don't know which one to extract then when calling 'get_external_scripts_code'
#* [13] -> Multiple scripts with the same name were defined in the source code -> don't know which one to extract then when calling 'get_external_scripts_code'
#* [15] -> Failed to extract the call at the line x. Try rewriting it in a simplified version.
raiseBioFlowInsightError(f"Failed to extract the call{self.get_string_line(self.get_code())}. Try rewriting it in a simplified version.",num=15,origin=self)
raiseException(f"Call didn't match pattern '{call}'")