logPluginActionException

Logs an exception thrown by a plugin action.

private
void
logPluginActionException
(
Exception base
,,,
const string fun
)

Parameters

base Exception

The exception thrown.

plugin IRCPlugin

The plugin that threw the exception.

event IRCEvent

The event that triggered the plugin action.

fun string

The name of the plugin action that threw the exception.