mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
This method helped us customise the `UnsupportedOperation` message depending on the type. But we're aiming to make `PathBase` a proper ABC soon, so `NotImplementedError` is the right exception to raise there.