TerminalDieException.this

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

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

Meta