Exception raised when an error occurs in a converter for string values.
| 421 | |
| 422 | |
| 423 | class ConverterError(Exception): |
| 424 | """ |
| 425 | Exception raised when an error occurs in a converter for string values. |
| 426 | |
| 427 | """ |
| 428 | pass |
| 429 | |
| 430 | |
| 431 | class ConverterLockError(ConverterError): |
no outgoing calls
no test coverage detected
searching dependent graphs…