[−][src]Type Definition pyo3::exceptions::FileExistsError
type FileExistsError = Py<PyFileExistsError>;
👎 Deprecated:
Exceptions now have a Py prefix, e.g. PyException, PyTypeError