TerminalDieException

Exception for terminal die This exception is thrown when theres a problem with terminal related issue.

Constructors

this
this(Terminal term, string msg, string file, size_t line, Throwable next)

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

this
this(Terminal term, string msg, Throwable next, string file, size_t line)

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

Meta