1<?php 2 3/** 4 * The user provided invalid credentials. 5 */ 6final class PhutilAuthCredentialException extends PhutilAuthException {} 7 8