throwStaticEx

Throws a static exception, suitable for @nogc functions.

  1. void throwStaticEx()
  2. void throwStaticEx()
    @nogc @safe
    void
    throwStaticEx
    (
    string message
    string file = __FILE__
    size_t line = __LINE__
    )
    ()

Meta