Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7188750
ArcanistDifferentialCommitMessageParserException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
402 B
Referenced Files
None
Subscribers
None
ArcanistDifferentialCommitMessageParserException.php
View Options
<?php
/**
* Thrown when a commit message isn't parseable.
*
* @group differential
*/
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
Tue, Jul 8, 08:31 (18 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
800459
Default Alt Text
ArcanistDifferentialCommitMessageParserException.php (402 B)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment