Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108707031
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
Fri, Apr 18, 02:39
Size
282 B
Mime Type
text/x-php
Expires
Sun, Apr 20, 02:39 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25640004
Attached To
rPHU libphutil
XHPASTSyntaxErrorException.php
View Options
<?php
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