Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / auth / exception / PhabricatorAuthInviteRegisteredException.php
blob986c326996faa4560a65cbea8976963e251a09ce
1 <?php
3 /**
4 * Exception raised when the user is already registered and the invite is a
5 * no-op.
6 */
7 final class PhabricatorAuthInviteRegisteredException
8 extends PhabricatorAuthInviteException {}