TitleFetchException.this

Create a new TitleFetchException, attaching a URL and an HTTP status code.

  1. this(string message, string url, uint code, string file, size_t line, Throwable nextInChain)
    class TitleFetchException
    @safe pure nothrow @nogc @safe
    this
    (
    const string message
    ,
    const string url
    ,
    const uint code
    ,
    const string file = __FILE__
    ,
    const size_t line = __LINE__
    ,
    Throwable nextInChain = null
    )
  2. this(string message, string file, size_t line, Throwable nextInChain)