mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-23 05:50:54 +01:00
Fix a catch
class name
Summary: Now that we examine these in lint, this came up. There is no `ConduitException`; the class is `ConduitClientException`. Test Plan: Lint. Reviewers: vrana, chad Reviewed By: chad CC: aran Differential Revision: https://secure.phabricator.com/D6158
This commit is contained in:
parent
9a46ba7ea1
commit
2e61b1a3df
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ EOTEXT
|
|||
$command,
|
||||
$name);
|
||||
}
|
||||
} catch (ConduitException $ex) {
|
||||
} catch (ConduitClientException $ex) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue