Fix some issues caught by HipHop, and work around some issues
caused by HipHop.
This commit is contained in:
@@ -516,7 +516,7 @@ class DifferentialChangesetParser {
|
||||
$changeset->getTableName().'_parse_cache',
|
||||
$this->changesetID,
|
||||
$cache);
|
||||
} catch (QueryException $ex) {
|
||||
} catch (AphrontQueryException $ex) {
|
||||
// TODO: uhoh
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user