nil0x42/phpsploit

View on GitHub
src/core/plugins/exceptions.py

Summary

Maintainability
A
0 mins
Test Coverage
"""Plugin-related exceptions
"""


class BadPlugin(Exception):
    """Invalid plugin exception"""