diff options
Diffstat (limited to 'r_qtl/errors.py')
-rw-r--r-- | r_qtl/errors.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/r_qtl/errors.py b/r_qtl/errors.py deleted file mode 100644 index 417eb58..0000000 --- a/r_qtl/errors.py +++ /dev/null @@ -1,13 +0,0 @@ -"""R/qtl and R/qtl2 error types.""" - -class RQTLError(Exception): - """Base class for R/qtl and R/qtl2 errors.""" - -class InvalidFormat(RQTLError): - """Raised when the format of the file(s) is invalid.""" - -class MissingFileError(InvalidFormat): - """ - Raise when at least one file listed in the control file is missing from the - R/qtl2 bundle. - """ |