We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e460a commit a646483Copy full SHA for a646483
nipype/exceptions.py
@@ -0,0 +1,26 @@
1
+class NipypeError(Exception):
2
+ pass
3
+
4
5
+class PipelineError(NipypeError):
6
7
8
9
+class NodeError(EngineError):
10
11
12
13
+class WorkflowError(NodeError):
14
15
16
17
+class MappingError(NodeError):
18
19
20
21
+class JoinError(NodeError):
22
23
24
25
+class InterfaceError(NipypeError):
26
0 commit comments