Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2896716
ArcanistDifferentialCommitMessageParserException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
376 B
Referenced Files
None
Subscribers
None
ArcanistDifferentialCommitMessageParserException.php
View Options
<?php
/**
* Thrown when a commit message isn't parseable.
*/
final
class
ArcanistDifferentialCommitMessageParserException
extends
Exception
{
private
$parserErrors
;
public
function
__construct
(
array
$errors
)
{
$this
->
parserErrors
=
$errors
;
parent
::
__construct
(
head
(
$errors
)
)
;
}
public
function
getParserErrors
(
)
{
return
$this
->
parserErrors
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 23:28 (6 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1112790
Default Alt Text
ArcanistDifferentialCommitMessageParserException.php (376 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment