File Manager

Path: /opt/imunify360/venv/lib64/python3.11/site-packages/defence360agent/wordpress/

Viewing File: exception.py

class PHPError(Exception):
    def __init__(self, message):
        super().__init__(message)