Any problems in the filesystem: expected file not found, etc. Typically this is for problems that we detect before OSError could be raised.
| 34 | pass |
| 35 | |
| 36 | class DistutilsFileError (DistutilsError): |
| 37 | """Any problems in the filesystem: expected file not found, etc. |
| 38 | Typically this is for problems that we detect before OSError |
| 39 | could be raised.""" |
| 40 | pass |
| 41 | |
| 42 | class DistutilsOptionError (DistutilsError): |
| 43 | """Syntactic/semantic errors in command options, such as use of |
no outgoing calls
no test coverage detected