Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15424027
D11151.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D11151.diff
View Options
diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php
--- a/src/__phutil_library_map__.php
+++ b/src/__phutil_library_map__.php
@@ -32,8 +32,6 @@
'ArcanistCapabilityNotSupportedException' => 'workflow/exception/ArcanistCapabilityNotSupportedException.php',
'ArcanistCheckstyleXMLLintRenderer' => 'lint/renderer/ArcanistCheckstyleXMLLintRenderer.php',
'ArcanistChmodLinter' => 'lint/linter/ArcanistChmodLinter.php',
- 'ArcanistChooseInvalidRevisionException' => 'exception/ArcanistChooseInvalidRevisionException.php',
- 'ArcanistChooseNoRevisionsException' => 'exception/ArcanistChooseNoRevisionsException.php',
'ArcanistCloseRevisionWorkflow' => 'workflow/ArcanistCloseRevisionWorkflow.php',
'ArcanistCloseWorkflow' => 'workflow/ArcanistCloseWorkflow.php',
'ArcanistClosureLinter' => 'lint/linter/ArcanistClosureLinter.php',
@@ -236,8 +234,6 @@
'ArcanistCapabilityNotSupportedException' => 'Exception',
'ArcanistCheckstyleXMLLintRenderer' => 'ArcanistLintRenderer',
'ArcanistChmodLinter' => 'ArcanistLinter',
- 'ArcanistChooseInvalidRevisionException' => 'Exception',
- 'ArcanistChooseNoRevisionsException' => 'Exception',
'ArcanistCloseRevisionWorkflow' => 'ArcanistWorkflow',
'ArcanistCloseWorkflow' => 'ArcanistWorkflow',
'ArcanistClosureLinter' => 'ArcanistExternalLinter',
diff --git a/src/exception/ArcanistChooseInvalidRevisionException.php b/src/exception/ArcanistChooseInvalidRevisionException.php
deleted file mode 100644
--- a/src/exception/ArcanistChooseInvalidRevisionException.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-
-/**
- * Thrown when the user chooses an invalid revision when prompted by a workflow.
- */
-final class ArcanistChooseInvalidRevisionException extends Exception {}
diff --git a/src/exception/ArcanistChooseNoRevisionsException.php b/src/exception/ArcanistChooseNoRevisionsException.php
deleted file mode 100644
--- a/src/exception/ArcanistChooseNoRevisionsException.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-
-/**
- * Thrown when there are no valid revisions to choose from, in a workflow which
- * prompts the user to choose a revision.
- */
-final class ArcanistChooseNoRevisionsException extends Exception {}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 23, 7:56 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7224971
Default Alt Text
D11151.diff (2 KB)
Attached To
Mode
D11151: Remove some unused classes
Attached
Detach File
Event Timeline
Log In to Comment