Page MenuHomestyx hydra

HarbormasterThrowExceptionBuildStep.php
No OneTemporary

HarbormasterThrowExceptionBuildStep.php

<?php
final class HarbormasterThrowExceptionBuildStep
extends HarbormasterBuildStepImplementation {
public function getName() {
return pht('Throw Exception');
}
public function getGenericDescription() {
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
Mon, Nov 24, 1:20 PM (20 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
348840
Default Alt Text
HarbormasterThrowExceptionBuildStep.php (438 B)

Event Timeline