This website requires JavaScript.
Explore
Help
Sign in
revi-archive
/
phorge-phorge
Watch
1
Star
0
Fork
You've already forked phorge-phorge
0
mirror of
https://we.phorge.it/source/phorge.git
synced
2024-11-16 03:42:41 +01:00
Code
Issues
Releases
Wiki
Activity
f55647736a
phorge-phorge
/
src
/
applications
/
harbormaster
/
exception
/
HarbormasterBuildFailureException.php
4 lines
74 B
PHP
Raw
Normal View
History
Unescape
Escape
Allow build steps to explicitly fail the build Summary: We've received feedback that the "core - exception" is incredibly confusing, to the point where developers see this and write off the build failure as a Phabricator error that is unrelated to their changes. Test Plan: Ran a build with a `exit 1` run step, didn't see the "core - exception" appear. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D10090
2014-08-01 00:08:28 +02:00
<
?
php
Apply some autofix linter rules Summary: Self-explanatory. Test Plan: Eyeball it. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D10454
2014-09-09 22:49:56 +02:00
final
class
HarbormasterBuildFailureException
extends
Exception
{}
Copy permalink