Page MenuHomeSealhub

No OneTemporary

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

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)

Event Timeline