Config.errorHandler

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void function(string s) nothrow errorHandler [@property setter]
    struct Config
    @property
    errorHandler
    (
    void function
    (
    string s
    )
    nothrow
    func
    )
  2. void delegate(string s) nothrow errorHandler [@property setter]

Meta