Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F552267
HarbormasterThrowExceptionBuildStep.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
539 B
Referenced Files
None
Subscribers
None
HarbormasterThrowExceptionBuildStep.php
View Options
<?php
final
class
HarbormasterThrowExceptionBuildStep
extends
HarbormasterBuildStepImplementation
{
public
function
getName
()
{
return
pht
(
'Throw Exception'
);
}
public
function
getGenericDescription
()
{
return
pht
(
'Throw an exception.'
);
}
public
function
getBuildStepGroupKey
()
{
return
HarbormasterTestBuildStepGroup
::
GROUPKEY
;
}
public
function
execute
(
HarbormasterBuild
$build
,
HarbormasterBuildTarget
$build_target
)
{
throw
new
Exception
(
pht
(
'(This is an explicit exception.)'
));
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 4:15 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
97363
Default Alt Text
HarbormasterThrowExceptionBuildStep.php (539 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment