| 452 | class ItemNotFoundError(LocateError): pass |
| 453 | |
| 454 | class ItemCountError(ValueError): pass |
| 455 | |
| 456 | # for backwards compatibility, ParseError derives from exceptions that were |
| 457 | # raised by versions of ClientForm <= 0.2.5 |
no outgoing calls
no test coverage detected
searching dependent graphs…