1<?php 2 3/** 4 * Exception raised when the user is logged in to the wrong account. 5 */ 6final class PhabricatorAuthInviteAccountException 7 extends PhabricatorAuthInviteDialogException {} 8 9