Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90874270
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
Tue, Nov 5, 13:45
Size
307 B
Mime Type
text/x-php
Expires
Thu, Nov 7, 13:45 (2 d)
Engine
blob
Format
Raw Data
Handle
22150551
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