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