Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3294794
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
Wed, Mar 26, 23:02 (4 d, 11 h 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