Raised when an attempt is made to provide a new parameter value that cannot be assigned to the model
| 372 | |
| 373 | |
| 374 | class InvalidParameterError(Exception): |
| 375 | """ |
| 376 | Raised when an attempt is made to provide a new parameter value |
| 377 | that cannot be assigned to the model |
| 378 | """ |
| 379 | |
| 380 | pass |
| 381 | |
| 382 | |
| 383 | class NoOutputError(Exception): |
no outgoing calls
no test coverage detected