OXIESEC PANEL
- Current Dir:
/
/
snap
/
certbot
/
4730
/
lib
/
python3.12
/
site-packages
/
setuptools
/
_distutils
/
compilers
/
C
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/10/2025 09:51:14 PM
rwxr-xr-x
📁
__pycache__
-
06/10/2025 09:51:14 PM
rwxr-xr-x
📄
base.py
53.59 KB
06/10/2025 09:50:49 PM
rw-r--r--
📄
cygwin.py
11.57 KB
06/10/2025 09:50:49 PM
rw-r--r--
📄
errors.py
573 bytes
06/10/2025 09:50:49 PM
rw-r--r--
📄
msvc.py
20.9 KB
06/10/2025 09:50:49 PM
rw-r--r--
📁
tests
-
06/10/2025 09:51:14 PM
rwxr-xr-x
📄
unix.py
16.14 KB
06/10/2025 09:50:49 PM
rw-r--r--
📄
zos.py
6.43 KB
06/10/2025 09:50:49 PM
rw-r--r--
Editing: errors.py
Close
class Error(Exception): """Some compile/link operation failed.""" class PreprocessError(Error): """Failure to preprocess one or more C/C++ files.""" class CompileError(Error): """Failure to compile one or more C/C++ source files.""" class LibError(Error): """Failure to create a static library from one or more C/C++ object files.""" class LinkError(Error): """Failure to link one or more C/C++ object files into an executable or shared library file.""" class UnknownFileType(Error): """Attempt to process an unknown file type."""