Skip to content

Commit 9c354fb

Browse files
committed
Move expr code into the expr.py module
1 parent 0db1555 commit 9c354fb

File tree

6 files changed

+580
-519
lines changed

6 files changed

+580
-519
lines changed

wdl2cwl/errors.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ def makeError(self, msg: str) -> Any:
6969
else:
7070
errs.append(f"{lead} {m}")
7171
return self.raise_type("\n".join(errs))
72+
73+
74+
class ConversionException(Exception):
75+
"""Error during conversion."""

0 commit comments

Comments
 (0)