Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1178071
DrydockCommandError.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
399 B
Referenced Files
None
Subscribers
None
DrydockCommandError.php
View Options
<?php
class
DrydockCommandError
{
public
static
function
newFromCommandException
(
$phase
,
$command
,
CommandException
$ex
)
{
$error
=
array
(
'phase'
=>
$phase
,
'command'
=>
(
string
)
$command
,
'raw'
=>
(
string
)
$ex
->
getCommand
(),
'err'
=>
$ex
->
getError
(),
'stdout'
=>
$ex
->
getStdout
(),
'stderr'
=>
$ex
->
getStderr
(),
);
return
$error
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jul 2, 8:49 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
291952
Default Alt Text
DrydockCommandError.php (399 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment