Python FileNotFoundError: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Python Language Exceptions =Overview= Thrown by file-related functions when the file is not found.") |
|||
Line 3: | Line 3: | ||
=Overview= | =Overview= | ||
Thrown by file-related functions when the file is not found. | Thrown by file-related functions when the file is not found. | ||
To access the error message: <code>e.strerror</code>. |
Revision as of 04:18, 10 August 2022
Internal
Overview
Thrown by file-related functions when the file is not found.
To access the error message: e.strerror
.