MissingBroadcasterTokenException.this

Create a new MissingBroadcasterTokenException, without attaching anything.

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