Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
XNAT-Group
XNAT_Query_Client_XSA
Commits
b642652d
Commit
b642652d
authored
Feb 19, 2015
by
Franziska Koehn
Browse files
NoComparisonDataError added
parent
031e9601
Changes
1
Hide whitespace changes
Inline
Side-by-side
xsa/errors.py
View file @
b642652d
...
...
@@ -38,6 +38,10 @@ class NoRestApiError(Error):
"""Should be raised when no REST-API-Interface was defined in the json-file of a root-type"""
pass
class
NoComparisonDataError
(
Error
):
"""Should be raised when no comparision was defined in the json-file of a root-type"""
pass
class
CorruptedQueryError
(
Error
):
"""Should be raised when the query-definition can not be loaded from file."""
pass
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment