Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3281873
PhutilConsoleStdinNotInteractiveException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
569 B
Referenced Files
None
Subscribers
None
PhutilConsoleStdinNotInteractiveException.php
View Options
<?php
/**
* Thrown when you prompt the user with @{function:phutil_console_prompt} or
* @{function: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.
*/
final
class
PhutilConsoleStdinNotInteractiveException
extends
Exception
{
public
function
__construct
(
)
{
parent
::
__construct
(
pht
(
'The program is attempting to read user input, but stdin is being '
.
'piped from some other source (not a TTY).'
)
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Mar 24, 02:14 (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1112990
Default Alt Text
PhutilConsoleStdinNotInteractiveException.php (569 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment