Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95671061
AphrontParameterQueryException.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, Dec 18, 05:47
Size
311 B
Mime Type
text/x-php
Expires
Fri, Dec 20, 05:47 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
23038627
Attached To
rPHU libphutil
AphrontParameterQueryException.php
View Options
<?php
final
class
AphrontParameterQueryException
extends
AphrontQueryException
{
private
$query
;
public
function
__construct
(
$query
,
$message
)
{
parent
::
__construct
(
pht
(
'%s Query: %s'
,
$message
,
$query
));
$this
->
query
=
$query
;
}
public
function
getQuery
()
{
return
$this
->
query
;
}
}
Event Timeline
Log In to Comment