Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F995792
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/init/lib/PhutilMissingSymbolException.php b/src/init/lib/PhutilMissingSymbolException.php
index 5b315a57..68926550 100644
--- a/src/init/lib/PhutilMissingSymbolException.php
+++ b/src/init/lib/PhutilMissingSymbolException.php
@@ -1,29 +1,29 @@
<?php
final class PhutilMissingSymbolException extends Exception {
public function __construct($symbol, $type, $reason) {
$message = sprintf(
'Failed to load symbol "%s" (of type "%s").'.
"\n\n".
'%s'.
"\n\n".
'If you are not a developer, this almost always means that a library '.
'is out of date. For example, you may have upgraded "phabricator/" '.
'without upgrading "arcanist/", or vice versa. It might also mean '.
'that you need to restart Apache or PHP-FPM. Make sure all libraries '.
'are up to date and all services have been restarted.'.
"\n\n".
'If you are a developer and this symbol was recently added or '.
'moved, your library map may need to be rebuilt. You can rebuild '.
'the map by running "arc liberate".'.
"\n\n".
- 'For more information, see: https://phurl.io/newclasses',
+ 'For more information, see: https://phurl.io/u/newclasses',
$symbol,
$type,
$reason);
parent::__construct($message);
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Dec 23, 18:47 (20 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
556958
Default Alt Text
(1 KB)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment