TerminalDieException.this

Terminal Die Exception Constructor This construct a normal exception and disable terminal raw mode. @param term Terminal @param msg exception message @param file code file @param line line code on file @param next next throwable object

  1. this(Terminal term, string msg, string file, size_t line, Throwable next)
    class TerminalDieException
    this
    (,
    string msg
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    ,
    Throwable next = null
    )
  2. this(Terminal term, string msg, Throwable next, string file, size_t line)

Meta