1<?php 2 3/** 4 * Authentication is not configured correctly. 5 */ 6final class PhutilAuthConfigurationException extends PhutilAuthException {} 7 8