Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102357712
XHPASTSyntaxErrorException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Feb 19, 21:01
Size
307 B
Mime Type
text/x-php
Expires
Fri, Feb 21, 21:01 (2 d)
Engine
blob
Format
Raw Data
Handle
24268976
Attached To
rPHU libphutil
XHPASTSyntaxErrorException.php
View Options
<?php
/**
* @group xhpast
*/
final
class
XHPASTSyntaxErrorException
extends
Exception
{
protected
$errorLine
;
public
function
__construct
(
$line
,
$message
)
{
$this
->
errorLine
=
$line
;
parent
::
__construct
(
$message
);
}
public
function
getErrorLine
()
{
return
$this
->
errorLine
;
}
}
Event Timeline
Log In to Comment