Raised when source and destination are the same file.
| 62 | pass |
| 63 | |
| 64 | class SameFileError(Error): |
| 65 | """Raised when source and destination are the same file.""" |
| 66 | |
| 67 | class SpecialFileError(OSError): |
| 68 | """Raised when trying to do a kind of operation (e.g. copying) which is |