Page MenuHomePhorge

HarbormasterThrowExceptionBuildStep.php
No OneTemporary

Size
507 B
Referenced Files
None
Subscribers
None

HarbormasterThrowExceptionBuildStep.php

<?php
final class HarbormasterThrowExceptionBuildStep
extends BuildStepImplementation {
public function getName() {
return pht('Throw Exception');
}
public function getGenericDescription() {
return pht('Throw an exception.');
}
public function getDescription() {
return pht('Throw an exception.');
}
public function execute(
HarbormasterBuild $build,
HarbormasterBuildTarget $build_target) {
throw new Exception(pht('(This is an explicit exception.)'));
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, May 29, 11:18 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
202723
Default Alt Text
HarbormasterThrowExceptionBuildStep.php (507 B)

Event Timeline