IRCPluginSettingsException

Exception thrown when an IRC plugin failed to have its settings set.

A normal Exception, which only differs in the sense that we can deduce what went wrong by its type.

final
class IRCPluginSettingsException : Exception {}

Constructors

this
this(string message, string file, size_t line, Throwable nextInChain)

Wraps normal Exception constructors.