Fewer arguments than descriptors in signature; may mean to continue the search, so gets a special exception type
| 93 | |
| 94 | |
| 95 | class ArgumentTooFew(ArgumentError): |
| 96 | """ |
| 97 | Fewer arguments than descriptors in signature; may mean to continue |
| 98 | the search, so gets a special exception type |
| 99 | """ |
| 100 | |
| 101 | |
| 102 | class ArgumentPrefix(ArgumentError): |