mirror of
https://github.com/pim-n/pg-rad
synced 2026-03-23 21:58:12 +01:00
Add OutOfBoundsError
This commit is contained in:
@ -4,7 +4,7 @@ __ignore__ = ["logger"]
|
||||
from pg_rad.exceptions import exceptions
|
||||
|
||||
from pg_rad.exceptions.exceptions import (ConvergenceError, DataLoadError,
|
||||
InvalidCSVError,)
|
||||
InvalidCSVError, OutOfBoundsError,)
|
||||
|
||||
__all__ = ['ConvergenceError', 'DataLoadError', 'InvalidCSVError',
|
||||
'exceptions']
|
||||
'OutOfBoundsError', 'exceptions']
|
||||
|
||||
Reference in New Issue
Block a user