Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99160100
PhutilMissingSymbolException.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, Jan 21, 20:23
Size
508 B
Mime Type
text/x-php
Expires
Thu, Jan 23, 20:23 (2 d)
Engine
blob
Format
Raw Data
Handle
23723881
Attached To
rPHU libphutil
PhutilMissingSymbolException.php
View Options
<?php
/**
* @group library
*/
final
class
PhutilMissingSymbolException
extends
Exception
{
public
function
__construct
(
$symbol
)
{
parent
::
__construct
(
"Failed to load symbol '{$symbol}'. "
.
"If this symbol was recently added or moved, your library map may "
.
"be out of date. You can rebuild the map by running 'arc liberate'. "
.
"For more information, see: "
.
"http://www.phabricator.com/docs/phabricator/article/"
.
"libphutil_Libraries_User_Guide.html"
);
}
}
Event Timeline
Log In to Comment