4 * The user aborted the authentication workflow, by clicking "Cancel" or "Deny"
5 * or taking some similar action.
7 * For example, in OAuth/OAuth2 workflows, the authentication provider
8 * generally presents the user with a confirmation dialog with two options,
9 * "Approve" and "Deny".
11 * If an adapter detects that the user has explicitly bailed out of the
12 * workflow, it should throw this exception.
14 final class PhutilAuthUserAbortedException
extends PhutilAuthException
{}