. * * Consult LICENSE file for details ************************************************/ class AuthenticationRequiredException extends HTTPReturnCodeException { protected $defaultLogLevel = LOGLEVEL_INFO; protected $httpReturnCode = HTTP_CODE_401; protected $httpReturnMessage = "Unauthorized"; protected $httpHeaders = array('WWW-Authenticate: Basic realm="ZPush"'); protected $showLegal = true; } ?>