The ParamsError is raised when function can not be run with given parameters
| 19 | |
| 20 | |
| 21 | class ParamsError(BaseORMException): |
| 22 | """ |
| 23 | The ParamsError is raised when function can not be run with given parameters |
| 24 | """ |
| 25 | |
| 26 | |
| 27 | class ConfigurationError(BaseORMException): |
no outgoing calls
no test coverage detected
searching dependent graphs…