Page MenuHomePhabricator
Diviner libphutil Tech Docs PhutilConsoleStdinNotInteractiveException

final class PhutilConsoleStdinNotInteractiveException
libphutil Technical Documentation (Console)

Thrown when you prompt the user with phutil_console_prompt() or phutil_console_confirm() but stdin is not an interactive TTY so the user can't possibly respond. Usually this means the user ran the command with something piped into stdin.

Methods

public function __construct()

This method is not documented.
Return
this//Implicit.//