plugin.py: Removing Plugin.error() while it's still early and nobody is using it.
Errors are fatal, as such plugins must raise either SourceError() or ElementError(). This method was never used in plugins so far, lets remove it even though we are technically breaking (unused) API for the overall betterment of the API.
Loading
Please register or sign in to comment